Module svd_parser::parse[][src]

Parse traits. These support parsing of SVD types from XML

Traits

Parse

Parse trait allows SVD objects to be parsed from XML elements.

Functions

optional

Parses an optional child element with the provided name and Parse function Returns an none if the child doesn’t exist, Ok(Some(e)) if parsing succeeds, and Err() if parsing fails.