impl_any_conversions

Macro impl_any_conversions 

Source
macro_rules! impl_any_conversions {
    ($type: ty) => { ... };
    ($type: ty, $($li: lifetime)?) => { ... };
}