[][src]Trait mindwiki_core::Resource

pub trait Resource: Search + Relation + Render + Debug + Serialize + Deserialize {
    fn props(&self) -> &Props;
fn url(&self) -> String;
fn mime(&self) -> String; }

Required methods

fn props(&self) -> &Props

fn url(&self) -> String

fn mime(&self) -> String

Loading content...

Trait Implementations

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

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

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

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

impl Strictest for dyn Resource[src]

type Object = dyn Resource

Implementors

Loading content...