layout::io

Trait IO

source
pub trait IO {
    type Error;
}

Required Associated Types§

Implementors§

source§

impl<S> IO for StdIO<S>