Searched defs:IntoRawDescriptor (Results 1 – 5 of 5) sorted by relevance
9 pub trait IntoRawDescriptor { interface
155 macro_rules! IntoRawDescriptor { macro157 impl IntoRawDescriptor for $name { impl
207 macro_rules! IntoRawDescriptor { macro209 impl IntoRawDescriptor for $name { impl
26 pub trait IntoRawDescriptor { trait
570 fn box_owned_fd<F: IntoRawDescriptor + 'static>(f: F) -> Box<dyn IntoRawDescriptor> { in handle_socket()