pub type Documentation = Option<String>;
Represents documentation for complex Avro schemas.
enum Documentation { None, Some(String), }
No value.
Some value of type T.
T