Struct aster::lifetime::LifetimeDefBuilder
[−]
[src]
pub struct LifetimeDefBuilder<F = Identity> {
// some fields omitted
}pub struct LifetimeDefBuilder<F = Identity> {
// some fields omitted
}impl LifetimeDefBuilderimpl<F> LifetimeDefBuilder<F> where F: Invoke<LifetimeDef>fn new_with_callback<N>(name: N, callback: F) -> Self where N: ToNamefn bound<N>(self, name: N) -> Self where N: ToNamefn build(self) -> F::Result
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)