Struct rin_util::Lazy [−][src]
pub struct Lazy<T> { /* fields omitted */ }
A Lazy value that defers computations until the result is needed for the first time
Implementations
impl<T> Lazy<T>
[src]
impl<T> Lazy<T>
[src]Trait Implementations
Auto Trait Implementations
impl<T> !RefUnwindSafe for Lazy<T>
impl<T> !Send for Lazy<T>
impl<T> !Sync for Lazy<T>
impl<T> Unpin for Lazy<T> where
T: Unpin,
T: Unpin,