Trait gotham_restful::ResourceDeleteAll
source · [−]pub trait ResourceDeleteAll: ResourceMethod {
fn delete_all(state: &mut State) -> Self::Res;
}
Expand description
Handle a DELETE request on the Resource root.
pub trait ResourceDeleteAll: ResourceMethod {
fn delete_all(state: &mut State) -> Self::Res;
}
Handle a DELETE request on the Resource root.