UnsupportedMetadata
このコンテンツはまだ日本語訳がありません。
Defined in: mod.rs:52
Available on crate feature
alloconly.
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.
Fields
Section titled “Fields”key: &‘static str
The OMM keyword, e.g. "TIME_SYSTEM".
value: alloc::string::String
The value the document declared.
supported
Section titled “supported”supported: &‘static str
The only value this crate can read for that keyword.