Home
last modified time | relevance | path

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

/third_party/rust/crates/io-lifetimes/src/
Dportability.rs263 pub trait IntoFilelike: Into<OwnedFd> { trait
294 pub trait IntoFilelike: Into<OwnedHandle> { interface