snarkvm_console_collections::string_parser

Function parse_string

Source
pub fn parse_string<'a, E>(input: &'a str) -> Result<(&'a str, String), Err<E>>
Expand description

Parse a string. Use a loop of parse_fragment and push all of the fragments into an output string.