Skip to main content

impl_try_narrow

Macro impl_try_narrow 

Source
macro_rules! impl_try_narrow {
    ($target:ty; $($from:ty),+ $(,)?) => { ... };
}
Expand description

Implement fallible narrowing TryCoerce<$target> for each $from via try_into (overflow → CoerceError::Overflow).