[][src]Type Definition bae_rs::sounds::BasicBlockRc

type BasicBlockRc = Rc<dyn Block>;

Alias for an Rc-wrapped Block object.