agde_io

Type Alias DeleteFn

source
pub type DeleteFn = Box<dyn Fn(String, Storage) -> DeleteFuture + Send + Sync>;

Aliased Typeยง

struct DeleteFn(/* private fields */);