__impl_ext

Macro __impl_ext 

Source
macro_rules! __impl_ext {
    ($name:ident, $new_ext:expr) => { ... };
    (@impl $name:ident, $new_ext:expr, $ext_name:ident) => { ... };
}
Expand description

Implements the TestExt trait for a specified struct.