Trait Alias KeyValueFn

Source
trait KeyValueFn<O> = for<'kv> FnOnce(FullKey<&'kv [u8]>, &'kv [u8]) -> StorageResult<O>
    + Send
    + 'static;