Trait npchk::FromElement [] [src]

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

The trai to convert the server response xml to structure

Required Methods

Implementors