pub type EncodeResult<T> = Result<T, GameEncodeError>;Expand description
The result of an encoding operation.
Aliased Type§
pub enum EncodeResult<T> {
Ok(T),
Err(GameEncodeError),
}pub type EncodeResult<T> = Result<T, GameEncodeError>;The result of an encoding operation.
pub enum EncodeResult<T> {
Ok(T),
Err(GameEncodeError),
}