Home
last modified time | relevance | path

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

/external/rust/crates/futures-executor/src/
Denter.rs15 pub struct EnterError { struct
19 impl fmt::Debug for EnterError { implementation
25 impl fmt::Display for EnterError { implementation
31 impl std::error::Error for EnterError {} implementation