pub type Result<T, U = BitStreamError> = Result<T, U>;
Aliased Type§
pub enum Result<T, U = BitStreamError> {
Ok(T),
Err(U),
}
pub type Result<T, U = BitStreamError> = Result<T, U>;
pub enum Result<T, U = BitStreamError> {
Ok(T),
Err(U),
}