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