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