Type Definition spin::Once[][src]

type Once<T> = Once<T>;
This is supported on crate feature once only.

A primitive that provides lazy one-time initialization. See once::Once for documentation.

A note for advanced users: this alias exists to avoid subtle type inference errors due to the default relax strategy type parameter. If you need a non-default relax strategy, use the fully-qualified path.