Trait otter_api_tests::otter_support::crates::nix::sys::socket::SetSockOpt
[−]pub trait SetSockOpt: Clone {
type Val;
fn set(&self, fd: i32, val: &Self::Val) -> Result<(), Errno>;
}
Expand description
Represents a socket option that can be set.