Home
last modified time | relevance | path

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

/external/rust/crates/futures/tests/
Dsink.rs537 struct ErrIntoTest; in err_into() struct
539 impl From<mpsc::SendError> for ErrIntoTest { in err_into() implementation