pub type Result<T> = Result<T, Utf64Error>;Expand description
A specialized Result type for UTF64 operations.
Aliased Type§
pub enum Result<T> {
Ok(T),
Err(Utf64Error),
}pub type Result<T> = Result<T, Utf64Error>;A specialized Result type for UTF64 operations.
pub enum Result<T> {
Ok(T),
Err(Utf64Error),
}