Home
last modified time | relevance | path

Searched refs:IntoRawFilelike (Results 1 – 2 of 2) sorted by relevance

/third_party/rust/crates/io-lifetimes/src/
Draw.rs114 pub trait IntoRawFilelike: IntoRawFd { interface
120 impl<T: IntoRawFd> IntoRawFilelike for T {
130 pub trait IntoRawFilelike: IntoRawHandle { interface
136 impl<T: IntoRawHandle> IntoRawFilelike for T {
Dviews.rs9 AsRawFilelike, AsRawSocketlike, FromRawFilelike, FromRawSocketlike, IntoRawFilelike,