Trait cameleon::genapi::FromXml[][src]

pub trait FromXml {
    fn from_xml(xml: &impl AsRef<str>) -> ControlResult<Self>
    where
        Self: Sized + GenApiCtxt
; }
Expand description

A trait that provides directly conversion from GenApi string to a GenApi context.

Required methods

Parse GenApi context and build `

Implementors

Parse GenApi context and build `

Parse GenApi context and build `

Parse GenApi context and build `