Type Definition valico::json_schema::keywords::KeywordPair

source ·
pub type KeywordPair = (Vec<&'static str>, Box<dyn Keyword + 'static>);