Trait svd_parser::encode::EncodeChildren[][src]

pub trait EncodeChildren {
    type Error;
    fn encode(&self) -> Result<Vec<Element>, Self::Error>;
}

EncodeChildren allows SVD objects to be encoded as a list of XML elements This is typically used to merge with an existing element.

Associated Types

type Error[src]

Encoding error

Loading content...

Required methods

fn encode(&self) -> Result<Vec<Element>, Self::Error>[src]

Encode into XML/SVD children to merge with existing object

Loading content...

Implementors

Loading content...