pub const fn executor_storage_layout(
cbs: usize,
sc: usize,
arena: usize,
) -> LayoutExpand description
Byte Layout of the backing needed for a (cbs, sc, arena)-sized executor.
Public + non-generic so the macro / FFI can size a raw backing.