Type Definition matrix_sdk::Result

source · []
pub type Result<T, E = Error> = Result<T, E>;
Expand description

Result type of the matrix-sdk.