Type Definition midly::io::WriteResult

source ·
pub type WriteResult<W> = StdResult<(), <W as Write>::Error>;
Expand description

Either Ok(()) or the error specific to the W writer.