Trait sn0int_std::lazy::LazyInit[][src]

pub trait LazyInit<T> {
    fn initialize(self) -> Result<T, Error>;
}

Required methods

Implementors