macro_rules! impl_into_r_via_coerce {
($from:ty => $to:ty) => { ... };
}Expand description
Macro for infallible widening IntoR via Coerce.
macro_rules! impl_into_r_via_coerce {
($from:ty => $to:ty) => { ... };
}Macro for infallible widening IntoR via Coerce.