pub trait SeekToActionTrait {
    // Required methods
    fn get_start_offset(&self) -> &[StartOffsetProperty];
    fn take_start_offset(&mut self) -> Vec<StartOffsetProperty>;
}
Expand description

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

Required Methods§

Implementors§