Type Definition multisql::MutResult

source · []
pub type MutResult<T, U> = Result<(T, U), (T, Error)>;