parse_key

Function parse_key 

Source
pub fn parse_key(input: &str) -> IResult<&str, (Arc<str>, Suffix)>
Expand description

Parse an inference key and classify its suffix.

Leading whitespace is skipped; returns (key, Suffix) with remaining input.