Struct json_ld::InvalidLangString
source · [−]pub struct InvalidLangString;
Expand description
Raised when something tried to build a language string without language tag or direction.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for InvalidLangString
impl Send for InvalidLangString
impl Sync for InvalidLangString
impl Unpin for InvalidLangString
impl UnwindSafe for InvalidLangString
Blanket Implementations
Mutably borrows from an owned value. Read more