[][src]Trait mindwiki_core::Note

pub trait Note: Search + Relation + Render + Edit + Debug + Serialize + Deserialize {
    fn props(&self) -> &Props;
}

Required methods

fn props(&self) -> &Props

Loading content...

Trait Implementations

impl<'typetag> Serialize for dyn Note + 'typetag[src]

impl<'typetag> Serialize for dyn Note + Send + 'typetag[src]

impl<'typetag> Serialize for dyn Note + Sync + 'typetag[src]

impl<'typetag> Serialize for dyn Note + Send + Sync + 'typetag[src]

impl Strictest for dyn Note[src]

type Object = dyn Note

Implementors

Loading content...