()
| 44 | |
| 45 | impl Entity for Image { |
| 46 | fn describe() -> Schema { |
| 47 | Schema { |
| 48 | description: Cow::Borrowed("image"), |
| 49 | schema_type: Some(Type::String), |
| 50 | format: Cow::Borrowed("binary"), |
| 51 | ..Default::default() |
| 52 | } |
| 53 | } |
| 54 | } |
| 55 | |
| 56 | impl ResponseEntity for Image { |
nothing calls this directly
no outgoing calls
no test coverage detected