Type Definition vorbisfile::OVResult [] [src]

type OVResult<T> = Result<T, OVError>;

OVError or T.