Type Definition sp_database::error::Result
source · pub type Result<T> = Result<T, DatabaseError>;
Expand description
A specialized Result
type for database operations.
pub type Result<T> = Result<T, DatabaseError>;
A specialized Result
type for database operations.