Struct lazy_static::lazy::Lazy [] [src]

pub struct Lazy<T: Sync>(pub *const T, pub Once);

Methods

impl<T: Sync> Lazy<T>
[src]

Trait Implementations

impl<T: Sync> Sync for Lazy<T>
[src]