Without

Type Alias Without 

Source
pub type Without<T> = Not<With<T>>;

Aliased Typeยง

pub struct Without<T>(/* private fields */);