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