Type Alias mz_avro::schema::Documentation

source ·
pub type Documentation = Option<String>;
Expand description

Represents documentation for complex Avro schemas.

Aliased Type§

enum Documentation {
    None,
    Some(String),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(String)

Some value of type T.