Macro implement_from_for_wrapper

Source
macro_rules! implement_from_for_wrapper {
    ($self: ty, $type: ty, $variant: ident) => { ... };
}