Struct once_cell::sync::Lazy[][src]

pub struct Lazy<T, F: Fn() -> T = fn() -> T> { /* fields omitted */ }

Methods

impl<T, F: Fn() -> T> Lazy<T, F>
[src]

Trait Implementations

impl<T: Debug, F: Debug + Fn() -> T> Debug for Lazy<T, F>
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl<T, F> Send for Lazy<T, F> where
    F: Send,
    T: Send

impl<T, F> Sync for Lazy<T, F> where
    F: Sync,
    T: Send + Sync