pub trait IsRange {
    // Required method
    fn is_range(&self) -> bool;
}

Required Methods§

source

fn is_range(&self) -> bool

Implementors§