pub trait DrawResourceRoutesWithSchema {
fn endpoint<E: 'static + EndpointWithSchema>(&mut self);
}
Expand description
This trait allows to draw routes within an resource. Use this only inside the Resource::setup method.
pub trait DrawResourceRoutesWithSchema {
fn endpoint<E: 'static + EndpointWithSchema>(&mut self);
}
This trait allows to draw routes within an resource. Use this only inside the Resource::setup method.