pub trait UIPlugin {
// Required methods
fn path(&self) -> String;
fn to_html(&self) -> String;
}Expand description
Trait to implement to expose a UI for the generated openapi specification
pub trait UIPlugin {
// Required methods
fn path(&self) -> String;
fn to_html(&self) -> String;
}Trait to implement to expose a UI for the generated openapi specification