Macro get_state

Source
macro_rules! get_state {
    ($type:ty) => { ... };
}