Struct aster::pat::PatTupleBuilder
[−]
[src]
pub struct PatTupleBuilder<F> {
// some fields omitted
}pub struct PatTupleBuilder<F> {
// some fields omitted
}impl<F: Invoke<P<Pat>>> PatTupleBuilder<F> where F: Invoke<P<Pat>>fn with_pat(self, pat: P<Pat>) -> PatTupleBuilder<F>fn pat(self) -> PatBuilder<PatTupleBuilder<F>>fn build(self) -> F::Resultimpl<F> Invoke<P<Pat>> for PatTupleBuilder<F> where F: Invoke<P<Pat>>type Result = PatTupleBuilder<F>fn invoke(self, pat: P<Pat>) -> 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)