pub fn none<T: Flat>() -> impl Emit<Option<Near<T>>>
Construct a None value for Option<Near<T>>.
None
Option<Near<T>>
Avoids the turbofish needed with maybe::<T>(None):
maybe::<T>(None)
Foo::make(none::<Bar>())