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