pub type RootedStaticSpace<const U: usize> = RootedSpaceBytes<[u8; U]>;

Aliased Type§

struct RootedStaticSpace<const U: usize> { /* private fields */ }