[][src]Trait confluence::FromElement

pub trait FromElement {
    fn from_element(element: Element) -> Result<Self>
    where
        Self: Sized
; }

Required methods

fn from_element(element: Element) -> Result<Self> where
    Self: Sized

Loading content...

Implementors

impl FromElement for Page[src]

impl FromElement for PageSummary[src]

impl FromElement for Space[src]

Loading content...