Trait poem_openapi::Schema[][src]

pub trait Schema: Type {
    const NAME: &'static str;
}
Expand description

Represents a OpenAPI schema.

Associated Constants

The name of this schema type.

Implementors