DrawStep

Type Alias DrawStep 

Source
pub type DrawStep = Result<(), WidgetRef>;

Aliased Type§

pub enum DrawStep {
    Ok(()),
    Err(WidgetRef),
}

Variants§

§1.0.0

Ok(())

Contains the success value

§1.0.0

Err(WidgetRef)

Contains the error value

Trait Implementations§