Function o_rdonly_async

Source
pub fn o_rdonly_async() -> OpenOptions
Expand description

OpenOptions corresponding to opening a file with O_RDONLY, i.e. opening an existing file for reading.