[][src]Type Definition kas_theme::StackDst

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<Draw> Window<Draw> for StackDst<dyn WindowDst<Draw>>[src]

type SizeHandle = StackDst<dyn SizeHandle>

The associated SizeHandle implementation.