[][src]Function monadic::state_trans::get

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