pub trait CMarkItemWithNote { // Required method fn with_note(self, note: Cow<'static, str>) -> Arc<CMarkItem>; }
A helper trait to mark an event with the specified note.
Mark an event with the specified note.