Type Alias WidgetDraw

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

Aliased Type§

enum WidgetDraw {
    Ok(()),
    Err(WidgetRef),
}

Variants§

§1.0.0

Ok(())

Contains the success value

§1.0.0

Err(WidgetRef)

Contains the error value

Trait Implementations§