Skip to main content

parse_with_options

Function parse_with_options 

Source
pub fn parse_with_options(
    input: impl IntoSource,
    options: &ParseOptions,
) -> Result<PioModule<PioValue>, Error>
Expand description

Parse one input under options, which selects the parser explicitly or widens the directory a format may refer to further files beneath. parse is this operation with the default options.

ยงErrors

The input cannot be acquired, the format cannot be selected, or the routed family fails, each carrying its own diagnostic code.