Searched defs:NullHandleError (Results 1 – 2 of 2) sorted by relevance
165 fn try_from(handle_or_null: HandleOrNull) -> Result<Self, NullHandleError> { in try_from() argument253 pub struct NullHandleError(()); struct256 impl fmt::Display for NullHandleError { implementation263 impl crate::error::Error for NullHandleError {} implementation
519 fn try_from(handle_or_null: HandleOrNull) -> Result<Self, NullHandleError> { in try_from() argument536 pub struct NullHandleError(()); struct538 impl fmt::Display for NullHandleError { implementation544 impl std::error::Error for NullHandleError {} implementation