Type Definition redis_module::CallResult

source ·
pub type CallResult<'root> = Result<CallReply<'root>, ErrorReply<'root>>;