Trait layout::io::IO

source ·
pub trait IO {
    type Error;
}

Required Associated Types§

Implementors§

source§

impl<S> IO for StdIO<S>

§

type Error = Error