Trait hypers_openapi::HandlerOut
source · pub trait HandlerOut {
// Required method
fn register(components: &mut Components, operation: &mut Operation);
}Expand description
A trait for endpoint return type register.
Required Methods§
sourcefn register(components: &mut Components, operation: &mut Operation)
fn register(components: &mut Components, operation: &mut Operation)
Modify the OpenApi components section or current operation information with given argument. This function is called by macros internal.
Object Safety§
This trait is not object safe.