Type Definition kas_theme::StackDst[][src]

type StackDst<T> = ValueA<T, [usize; 8]>;

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

impl Window for StackDst<dyn WindowDst>[src]

type SizeHandle = StackDst<dyn SizeHandle>

The associated SizeHandle implementation.