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.

Required methods

Implementations on Foreign Types

Implementors