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.
macro_rules! __impl_ext {
($name:ident, $new_ext:expr) => { ... };
(@impl $name:ident, $new_ext:expr, $ext_name:ident) => { ... };
}Implements the TestExt trait for a specified struct.