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