コンテンツにスキップ

UnsupportedMetadata

このコンテンツはまだ日本語訳がありません。

Defined in: mod.rs:52

Available on crate feature alloc only.

pub struct UnsupportedMetadata {
pub key: &'static str,
pub value: alloc::string::String,
pub supported: &'static str,
}

An OMM metadata keyword whose declared value this crate cannot honor.

key: &‘static str

The OMM keyword, e.g. "TIME_SYSTEM".


value: alloc::string::String

The value the document declared.


supported: &‘static str

The only value this crate can read for that keyword.