pub type OptionalModel = Option<Arc<()>>;
pub enum OptionalModel { None, Some(Arc<()>), }
No value.
Some value of type T.
T