pub type DynBlock<F> = Block<F>;
Helper type to allow changing Block in the future without affecting framework crates.
Block
Tracked in #572.
#[repr(C)]pub struct DynBlock<F> { /* private fields */ }