Inner

Type Alias Inner 

Source
type Inner<T> = LazyLock<T, fn() -> T>;

Aliased Typeยง

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