Skip to main content

use_context

Function use_context 

Source
pub fn use_context<T>() -> Arc<T> 
where T: Clone + Default + 'static,