Trait avr_oxide::oserror::OxideTryFrom
source · pub trait OxideTryFrom<T>where
T: Sized,{
type Error;
// Required method
fn oxide_try_from(_: T) -> OxideResult<Self, Self::Error>
where Self: Sized;
}