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