Trait readme_sync::CMarkItemWithNote[][src]

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

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

Required methods

fn with_note(self, note: Cow<'static, str>) -> Arc<CMarkItem>[src]

Mark an event with the specified note.

Loading content...

Implementations on Foreign Types

impl CMarkItemWithNote for Arc<CMarkItem>[src]

Loading content...

Implementors

Loading content...