#[derive(OApiCheck)]
{
// Attributes available to this derive:
#[oapi]
}
Expand description
ยง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