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

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

Required methods

fn from_xml(data: &str) -> MetricsResult<Self> where
    Self: Sized

Loading content...

Implementors

impl FromXml for HaPerformanceStats[src]

impl FromXml for NetappVolumes[src]

impl FromXml for OnTapVersion[src]

Loading content...