CrdbFn

Trait CrdbFn 

Source
pub trait CrdbFn<Arg>: Send + Fn(Arg) { }

Implementors§

Source§

impl<Arg, F: Send + Fn(Arg)> CrdbFn<Arg> for F