Module lazy_static::lazy[][src]

Re-exports

extern crate std;
use self::std::prelude::v1::*;
use self::std::sync::Once;

Structs

Lazy

Constants

ONCE_INIT

Initialization value for static Once values.