pub type DynBlocks = Arc<dyn Blocks>;
Trait-object version of kitsune2 Blocks trait.
Blocks
pub struct DynBlocks { /* private fields */ }