Searched defs:try_from (Results 1 – 3 of 3) sorted by relevance
126 fn try_from(stability: i32) -> Result<Stability> { in try_from() method637 fn try_from(ibinder: SpIBinder) -> Result<Strong<Self>>; in try_from() method
403 fn try_from(mut ibinder: SpIBinder) -> Result<Self> { in try_from() method
103 fn try_from(c: u32) -> Result<Self, Self::Error> { in try_from() method