pub type Result<T> = Result<T, TypecastError>;Expand description
Result type alias for Typecast operations
Aliased Type§
pub enum Result<T> {
Ok(T),
Err(TypecastError),
}pub type Result<T> = Result<T, TypecastError>;Result type alias for Typecast operations
pub enum Result<T> {
Ok(T),
Err(TypecastError),
}