pub trait PublicInteger: Integer {
    type SecretVersion: Integer;
}

Required Associated Types

Implementations on Foreign Types

Implementors