pub type TestTypedefNullableUnion = Option<StringOrURLOrBlob>;

Aliased Type§

enum TestTypedefNullableUnion {
    None,
    Some(StringOrURLOrBlob),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(StringOrURLOrBlob)

Some value of type T.