Type Definition kas_theme::StackDst [−][src]
type StackDst<T> = ValueA<T, [usize; 9]>;
Expand description
Fixed-size object of Unsized type
This is a re-export of
stack_dst::ValueA
with a custom size. The new and new_or_boxed methods provide a
convenient API.
Feature gated: this is only available with feature stack_dst.
Trait Implementations
type SizeHandle = StackDst<dyn SizeHandle>
type SizeHandle = StackDst<dyn SizeHandle>The associated SizeHandle implementation.
Construct a SizeHandle object Read more