[−][src]Trait coap_message::FromOtherOption
Experimental trait for conversion between option representation, with the goal to later avoid the conversion step via u16 and specialize for T->T conversions.
Associated Types
type Error
Required methods
fn convert_from_other(other: O) -> Result<Self, Self::Error> where
Self: Sized,
Self: Sized,