Trait libstorage::netapp::FromXml[][src]

pub trait FromXml {
    fn from_xml(data: &str) -> MetricsResult<Self>
    where
        Self: Sized
; }

Required methods

Implementors