Type Alias jj_lib::revset::RevsetFunction

source ยท
pub type RevsetFunction = fn(_: &FunctionCallNode<'_>, _: &RevsetParseContext<'_>) -> Result<Rc<RevsetExpression>, RevsetParseError>;