Type Definition riff_wave::WriteResult
source · [−]pub type WriteResult<T> = Result<T, WriteError>;
Expand description
Represents a result when reading a wave file.
pub type WriteResult<T> = Result<T, WriteError>;
Represents a result when reading a wave file.