Type Alias binary_wav_codec::Result

source ·
pub type Result<O> = Result<O, Error>;

Aliased Type§

enum Result<O> {
    Ok(O),
    Err(Error),
}

Variants§

§1.0.0

Ok(O)

Contains the success value

§1.0.0

Err(Error)

Contains the error value