Trait rweb::openapi::ResponseEntity[][src]

pub trait ResponseEntity: Entity {
    fn describe_responses(comp_d: &mut ComponentDescriptor) -> Responses;
}
Expand description

This should be implemented only for types that know how it should be encoded.

Required methods

Implementations on Foreign Types

Implementors