[][src]Trait readme_sync::CMarkItemWithNote

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

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

Required methods

pub 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...