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