[−][src]Trait sp_runtime::traits::Lazy
A lazy value.
Required methods
pub fn get(&mut self) -> &T
[src]
Get a reference to the underlying value.
This will compute the value if the function is invoked for the first time.