impl_trait

Macro impl_trait 

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

Implement the extern trait for a type.