Home
last modified time | relevance | path

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

/third_party/rust/crates/io-lifetimes/src/
Dportability.rs313 pub trait IntoSocketlike: Into<OwnedFd> { interface
332 pub trait IntoSocketlike: Into<OwnedSocket> { interface