pub type EncodeResult<T> = Result<T, EncodeError>;
Expand description
Result type returned by this crate for Writer
-related methods.
Aliased Type§
pub enum EncodeResult<T> {
Ok(T),
Err(EncodeError),
}
Variants§
Layout§
Note: Unable to compute type layout, possibly due to this type having generic parameters. Layout can only be computed for concrete, fully-instantiated types.