pub type WidgetDraw = Result<(), WidgetRef>;
enum WidgetDraw { Ok(()), Err(WidgetRef), }
Contains the success value
Contains the error value