Searched defs:NullHandleError (Results 1 – 1 of 1) sorted by relevance
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