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