Type Definition redust_resp::Result

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

Result with an error type defaulting to Error.