pub trait MgmtBundleListExt {
    fn info_pane(&self, ig: &Instance) -> Result<Html, InternalError>;
}

Required Methods

Implementors