Skip to main content

Null

Type Alias Null 

Source
pub type Null = FlavorWrap<Null, RegistryDummy, RegistryMulti<()>>;
Expand description

Flavor type for close notification, refer to crate::null for usage

Aliased Type§

pub struct Null { /* private fields */ }

Implementations§