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