Enum cache::errors::CacheError [−][src]
pub enum CacheError { Msg(String), RedisError(RedisError), CaptchaNotFound, ChallengeNotFound, DuplicateChallenge, }
Variants
Msg(String)
Implementations
Trait Implementations
Performs the conversion.
Performs the conversion.
Performs the conversion.