/// Define a Action into SectionsView:
/// - `Next`: Continue with the next section
/// - `Exit`: Finish the render
/// - `KeepSection`: keep in the same section
///#[derive(PartialEq, Clone, Debug)]pubenumAction{
Next,
Exit,
KeepSection,}#[derive(Debug, PartialEq)]pubenumRenderWidget{
Yes,
No,}pubstructIconAndLabel<'a>(pub &'astr, pub &'astr);