Struct aster::lifetime::LifetimeDefBuilder [] [src]

pub struct LifetimeDefBuilder<F = Identity> {
    // some fields omitted
}

Methods

impl LifetimeDefBuilder

fn new<N>(name: N) -> Self where N: ToName

impl<F> LifetimeDefBuilder<F> where F: Invoke<LifetimeDef>

fn new_with_callback<N>(name: N, callback: F) -> Self where N: ToName

fn bound<N>(self, name: N) -> Self where N: ToName

fn build(self) -> F::Result