pub type Result<T> = Result<T, LangfuseError>;Expand description
Convenience result type for Langfuse operations.
Aliased Type§
pub enum Result<T> {
Ok(T),
Err(LangfuseError),
}pub type Result<T> = Result<T, LangfuseError>;Convenience result type for Langfuse operations.
pub enum Result<T> {
Ok(T),
Err(LangfuseError),
}