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