Skip to main content

bind_name

Function bind_name 

Source
pub fn bind_name<'i, Input, Error>(input: &mut Input) -> Result<String, Error>
where Input: StreamIsPartial + Stream + Compare<&'i str>, <Input as Stream>::Slice: AsBStr, <Input as Stream>::Token: AsChar + Clone, Error: ParserError<Input>,
Expand description

Parse a bind parameter name: one or more alphanumeric or underscore characters.