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