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: ToIdentfn id<T>(self, id: T) -> PathSegmentsBuilder<F> where T: ToIdentfn segment<T>(self, id: T) -> PathSegmentBuilder<Self> where T: ToIdentfn build(self) -> F::Resultimpl<F> Invoke<PathSegment> for PathSegmentsBuilder<F>type Result = Selffn 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)