Function tokio::net::unix::pipe::has_write_access

source ยท
fn has_write_access(flags: c_int) -> bool
Expand description

Checks for O_WRONLY or O_RDWR access mode.