Home
last modified time | relevance | path

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

/third_party/rust/crates/io-lifetimes/src/
Draw.rs146 pub trait IntoRawSocketlike: IntoRawFd { trait
152 impl<T: IntoRawFd> IntoRawSocketlike for T {
162 pub trait IntoRawSocketlike: IntoRawSocket { interface
168 impl<T: IntoRawSocket> IntoRawSocketlike for T {
Dviews.rs10 IntoRawSocketlike, RawFilelike, RawSocketlike,