Trait polkadot_service::runtime_traits::Lazy
source · pub trait Lazy<T>where
T: ?Sized,{
// Required method
fn get(&mut self) -> &T;
}
Expand description
A lazy value.
pub trait Lazy<T>where
T: ?Sized,{
// Required method
fn get(&mut self) -> &T;
}
A lazy value.