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