Skip to main content

get

Function get 

Source
pub fn get<'a, S>() -> StateT<'a, S, Vec<(S, S)>, S>
where S: 'a + Clone,