macro_rules! select_typed {
    ($state_type : ty | $state : ident | $selector : expr => $callback : expr) => { ... };
}