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