Type Definition matrix_sdk_sql::Result
source · [−]pub type Result<T, E = SQLStoreError> = Result<T, E>;
Expand description
Result type returned by SQL Store functions
pub type Result<T, E = SQLStoreError> = Result<T, E>;
Result type returned by SQL Store functions