pub trait WithPrivateRange {
    fn is_private(i: i64) -> bool;
}
Expand description

Trait indicating an enum with a range of private values.

Required methods

Implementors