Type Definition redis_driver::Result

source ·
pub type Result<T> = Result<T, Error>;

Trait Implementations

Converts to this type from the input type.