socket2::sys

Macro syscall

Source
macro_rules! syscall {
    ($fn: ident ( $($arg: expr),* $(,)* ) ) => { ... };
}
Expand description

Helper macro to execute a system call that returns an io::Result.