pub trait CommentActionTrait {
    // Required methods
    fn get_result_comment(&self) -> &[ResultCommentProperty];
    fn take_result_comment(&mut self) -> Vec<ResultCommentProperty>;
}
Expand description

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

Required Methods§

Implementors§