[][src]Type Definition bae_rs::generators::GeneratorRc

type GeneratorRc = Rc<dyn Generator>;

Type alias for a Generator wrapped in an Rc.