pub trait ImageRetry: Retry {
    type ImageReturn;
}

Required Associated Types

Implementors