Trait json_ld_syntax::context::AnyValueMut
source · pub trait AnyValueMut {
// Required method
fn append(&mut self, context: Self);
}
Required Methods§
Object Safety§
This trait is not object safe.
pub trait AnyValueMut {
// Required method
fn append(&mut self, context: Self);
}