[][src]Type Definition eventually_redis::SubscriberResult

type SubscriberResult<T> = Result<T, SubscriberError>;

Result returning the crate SubscriberError type.