Macro impl_self

Source
macro_rules! impl_self {
    ( $ty:ty ) => { ... };
}