Derive Macro oapi::OApiCheck[][src]

#[derive(OApiCheck)]
{
    // Attributes available to this derive:
    #[oapi]
}

Derive for OApiCheckTrait

This will apply the OApiCheckTrait for this object and call oapi_check on all its attribute.

It can be customized using the #[oapi(handler = "a_function")] attribute to call a custom checker.

The default checker returns Ok(()) by default