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