pub trait ResourceDeleteAll: ResourceMethod {
    fn delete_all(state: &mut State) -> Self::Res;
}
Expand description

Handle a DELETE request on the Resource root.

Required methods

Implementors