Home
last modified time | relevance | path

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

/third_party/rust/crates/io-lifetimes/src/
Dtypes.rs500 fn try_from(handle_or_invalid: HandleOrInvalid) -> Result<Self, InvalidHandleError> { in try_from() argument
550 pub struct InvalidHandleError(()); struct
552 impl fmt::Display for InvalidHandleError { implementation
559 impl std::error::Error for InvalidHandleError {} implementation