Trait bpxe_bpmn_schema::DocumentElementWithContent[][src]

pub trait DocumentElementWithContent: DocumentElement {
    fn content(&self) -> &Option<String>;
}

Required methods

fn content(&self) -> &Option<String>[src]

Gets document element's content

Loading content...

Implementors

Loading content...