Trait mould::session::Builder [] [src]

pub trait Builder<T: Session>: Send + Sync + 'static {
    fn build(&self) -> T;
}

Required Methods

Implementors