[][src]Function jg::input::match_line

pub fn match_line(
    matchers: &Vec<Vec<Box<dyn Fn(Option<&JsonValue>) -> Option<&JsonValue>>>>,
    config: &Config,
    input: String
) -> Result<String, String>