Trait nekolib::utils::rand_gen_macro::GenOptions
source · pub trait GenOptions {
type OptionType;
// Required method
fn options(self) -> Self::OptionType;
}
pub trait GenOptions {
type OptionType;
// Required method
fn options(self) -> Self::OptionType;
}