Type Definition kas_theme::StackDst[][src]

pub type StackDst<T> = ValueA<T, [usize; 9]>;
This is supported on crate feature stack_dst only.
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

Construct a SizeHandle object