pub type WebUIFragment = WebUiFragment;
pub struct WebUIFragment { pub fragment: Option<Fragment>, }
fragment: Option<Fragment>