ogg::IoResult [] [src]

type IoResult<T> = Result<T, Error>;

Ogg version of the std::io::Result type.

We need std::result::Result at other points too, so we can't use Result as the name.