Skip to main content

Inner

Type Alias Inner 

Source
type Inner<T> = OnceBox<T>;

Aliased Typeยง

struct Inner<T> { /* private fields */ }