Trait nix::sys::socket::GetSockOpt
source · pub trait GetSockOpt: Copy {
type Val;
// Required method
fn get(&self, fd: RawFd) -> Result<Self::Val>;
}
Expand description
Represents a socket option that can be retrieved.
Required Associated Types§
Required Methods§
Object Safety§
This trait is not object safe.