Skip to main content

parse

Function parse 

Source
pub fn parse<T: DeserializeOwned>(
    content: &str,
    format: Format,
) -> Result<T, RustyQLibError>
Expand description

Parse a document into any deserializable type, in either format.