Function converts

Source
pub fn converts(
    parsed: Vec<(Name, Vec<Token>)>,
    input: String,
) -> Option<String>