Home
last modified time | relevance | path

Searched defs:NullHandleError (Results 1 – 1 of 1) sorted by relevance

/third_party/rust/crates/io-lifetimes/src/
Dtypes.rs519 fn try_from(handle_or_null: HandleOrNull) -> Result<Self, NullHandleError> { in try_from() argument
536 pub struct NullHandleError(()); struct
538 impl fmt::Display for NullHandleError { implementation
544 impl std::error::Error for NullHandleError {} implementation