pub trait UIPluginConfig { // Required method fn build(self: Box<Self>, openapi_path: &str) -> Box<dyn UIPlugin>; }
Trait to implement on a UI config which will serve a an argument of BuildConfig::with method
BuildConfig::with
Build a UIPlugin given a UIPluginConfig and an openapi_path
UIPlugin
UIPluginConfig
openapi_path