macro_rules! impl_trait {
(impl $trait:ident for $type:ty { $($body:tt)* }) => { ... };
}Expand description
Implement the extern trait for a type.
macro_rules! impl_trait {
(impl $trait:ident for $type:ty { $($body:tt)* }) => { ... };
}Implement the extern trait for a type.