pub type WriteResult<T> = Result<T, WriteError>;Expand description
Represents a result when reading a wave file.
Aliased Type§
pub enum WriteResult<T> {
Ok(T),
Err(WriteError),
}pub type WriteResult<T> = Result<T, WriteError>;Represents a result when reading a wave file.
pub enum WriteResult<T> {
Ok(T),
Err(WriteError),
}