Searched defs:try_from (Results 1 – 3 of 3) sorted by relevance
106 fn try_from(value: u8) -> Result<Self, Self::Error> { in try_from() method120 fn try_from(value: u8) -> Result<Self, Self::Error> { in try_from() method
207 fn try_from(key_pair: &KeyPair) -> Result<Self> { in try_from() method
575 fn try_from(sdp_string: String) -> Result<Self> { in try_from() method