Trait readme_sync::CMarkItemWithNote[][src]

pub trait CMarkItemWithNote {
    fn with_note(self, note: Cow<'static, str>) -> Arc<CMarkItem>;
}
Expand description

A helper trait to mark an event with the specified note.

Required methods

Mark an event with the specified note.

Implementations on Foreign Types

Implementors