pub trait InsertActionTrait {
    // Required methods
    fn get_to_location(&self) -> &[ToLocationProperty];
    fn take_to_location(&mut self) -> Vec<ToLocationProperty>;
}
Expand description

This trait is for properties from https://schema.org/InsertAction.

Required Methods§

Implementors§