Macro get_ext

Source
macro_rules! get_ext {
    ($req:expr, $tykey:ty) => { ... };
}