pub fn compose_path<'i, Input, Error>(
input: &mut Input,
) -> Result<PathBuf, Error>Expand description
Parse a file path inside a compose macro: one or more characters that are
not ), ,, or whitespace.
pub fn compose_path<'i, Input, Error>(
input: &mut Input,
) -> Result<PathBuf, Error>Parse a file path inside a compose macro: one or more characters that are
not ), ,, or whitespace.