Macro hyper::impl_trait[][src]

macro_rules! impl_trait {
    (ty: $($t:tt)+) => { ... };
    (e: $e:expr) => { ... };
}