1 2 3 4 5
use crate::WithProvider; pub struct UseContext; pub type WithContext = WithProvider<UseContext>;