Searched defs:try_from (Results 1 – 3 of 3) sorted by relevance
140 fn try_from(value: &Database) -> Result<Self, SyncError> { in try_from() method231 fn try_from(value: &Table) -> Result<Self, Self::Error> { in try_from() method272 fn try_from(value: &Field) -> Result<Self, SyncError> { in try_from() method
75 fn try_from(code: u32) -> IpcResult<Self> { in try_from() method
372 fn try_from(value: u8) -> Result<Self, Self::Error> { in try_from() method