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