Type Definition stack_dst::Value [] [src]

type Value<T> = ValueA<T, [usize; 9]>;

Stack-allocated DST (using a default size)