Trait rcut_lib::CharContextT[][src]

pub trait CharContextT {
    fn ranged_pairs(&self) -> &Vec<(usize, usize)>;
}

Required methods

Implementors