pub fn compose<'i, Input, Error>(input: &mut Input) -> Result<ComposeRef, Error>Expand description
Parse a complete :compose(path) macro.
Assumes the :compose( prefix has already been consumed. Parses the path
and the closing ).
pub fn compose<'i, Input, Error>(input: &mut Input) -> Result<ComposeRef, Error>Parse a complete :compose(path) macro.
Assumes the :compose( prefix has already been consumed. Parses the path
and the closing ).