Skip to main content

with_storage

Function with_storage 

Source
pub async fn with_storage<F, R>(f: F) -> R
where F: FnOnce(&mut Storage<'static>) -> R,