Function rai_core::raiexpr

source ·
pub fn raiexpr<K, IN, OUT, F>(func: &F, input: IN) -> String
where F: Func<K, IN, OUT>, IN: Value, OUT: Value,