Trait confluence::FromElement [] [src]

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

Implementors