pub fn null() -> Option<()>
Another helper type that simply omits a type. This is useful for if you have two different render branches, and one must include something but one must not and avoids you having to turbofish.