Skip to main content

with_store

Function with_store 

Source
pub async fn with_store<F, R>(f: F) -> R
where F: FnOnce(&WidgetStore) -> R,