Struct aster::path::PathSegmentsBuilder
[−]
[src]
pub struct PathSegmentsBuilder<F = Identity> { // some fields omitted }
pub struct PathSegmentsBuilder<F = Identity> { // some fields omitted }
impl<F> PathSegmentsBuilder<F> where F: Invoke<Path>
fn ids<I, T>(self, ids: I) -> PathSegmentsBuilder<F> where I: IntoIterator<Item=T>, T: ToIdent
fn id<T>(self, id: T) -> PathSegmentsBuilder<F> where T: ToIdent
fn segment<T>(self, id: T) -> PathSegmentBuilder<Self> where T: ToIdent
fn build(self) -> F::Result
impl<F> Invoke<PathSegment> for PathSegmentsBuilder<F>
type Result = Self
fn invoke(self, segment: PathSegment) -> Self
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
).
Search functions by type signature (e.g.
vec -> usize
)