pub type Result<T> = Result<T, ClaudeError>;Expand description
Result type for the Claude Agent SDK
Aliased Type§
pub enum Result<T> {
Ok(T),
Err(ClaudeError),
}pub type Result<T> = Result<T, ClaudeError>;Result type for the Claude Agent SDK
pub enum Result<T> {
Ok(T),
Err(ClaudeError),
}