Trait Closable

Source
pub trait Closable {
    // Required method
    fn close(self) -> Result<(), CloseError>;
}

Required Methods§

Implementations on Foreign Types§

Source§

impl Closable for File

Implementors§