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