Function Subspace :: sus :: option :: none

auto none() -> auto

Used to construct an option with a None value.

Calling none() produces a hint to make an option but does not actually construct the option. This is because the type T is not known until the construction is explicitly requested.