Struct astar::ReuseSearchInstance
[-] [+]
[src]
pub struct ReuseSearchInstance<'a, RSP: 'a + ?Sized, S> { // some fields omitted }
pub struct ReuseSearchInstance<'a, RSP: 'a + ?Sized, S> { // some fields omitted }
impl<'a, RSP: ReusableSearchProblem> SearchProblem for ReuseSearchInstance<'a, RSP, RSP>
Prefix searches with a type followed by a colon (e.g.
fn:
) to restrict the search to a given type.
Accepted types are: fn
, mod
,
struct
, enum
,
trait
, typedef
(or
tdef
).