Struct steed::fs::File1.0.0 [] [src]

pub struct File { /* fields omitted */ }

Methods

impl File
[src]

NOTE path must be null terminated

NOTE path must be null terminated

Trait Implementations

impl Drop for File
[src]

A method called when the value goes out of scope. Read more

impl Read for File
[src]

impl Write for File
[src]