[go: up one dir, main page]

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ยง

#[repr(C)]
pub struct DynBlock<F> { /* private fields */ }