[][src]Trait scaly::io::stream::Disposable

pub trait Disposable {
    fn dispose(&self);
}

Required methods

fn dispose(&self)

Loading content...

Implementors

impl Disposable for ConsoleStream[src]

Loading content...