Function open_read_append

Source
pub async fn open_read_append<P>(path: P) -> Result<File, Error>
where P: AsRef<Path>,