Skip to main content

CustomKeyFunction

Type Alias CustomKeyFunction 

Source
pub type CustomKeyFunction = Arc<dyn Fn(Arguments) -> Result<Value, String> + Send + Sync + 'static>;

Aliased Typeยง

pub struct CustomKeyFunction { /* private fields */ }