pub trait GetGeneratorDomainwhere
    Self: Sized,
{ fn get_generator_domain(&self) -> Vec<Self>; }

Required Methods

Implementors