DynBlock

Type Alias DynBlock 

Source
pub type DynBlock<F> = Block<F>;
Expand description

Helper type to allow changing Block in the future without affecting framework crates.

Tracked in #572.

Aliased Typeยง

pub struct DynBlock<F> { /* private fields */ }