pub trait Ground {
    fn is_ground(&self) -> bool;
}

Required methods

Implementors