Trait pillow_http::controller::ControllerT
source · pub trait ControllerT {
// Required method
fn controller(&self, _: Request) -> Response;
}pub trait ControllerT {
// Required method
fn controller(&self, _: Request) -> Response;
}