pub fn bind<'i, Input, Error>(input: &mut Input) -> Result<Binding, Error>Expand description
Parse a complete :bind(name [EXPECTING min[..max]] [NULL]) macro.
Assumes the :bind( prefix has already been consumed. Parses the contents
up to and including the closing ).