FilterFunction

Trait FilterFunction 

Source
pub trait FilterFunction: Send + Sync {
    // Required method
    fn call(&self, args: &[LiteralValue]) -> Option<LiteralValue>;
}

Required Methods§

Source

fn call(&self, args: &[LiteralValue]) -> Option<LiteralValue>

Implementors§