Struct sgx_tstd::io::Lazy[][src]

pub struct Lazy<T> { /* fields omitted */ }

Methods

impl<T: Send + Sync + 'static> Lazy<T>
[src]

Trait Implementations

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

Auto Trait Implementations

impl<T> !Send for Lazy<T>