Macro response_from_for

Source
macro_rules! response_from_for {
    ($from:ty => $to:ty) => { ... };
}