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

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

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

Required methods

Implementations on Foreign Types

Implementors