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