Skip to main content

ViewRedraw

Type Alias ViewRedraw 

Source
pub type ViewRedraw = Result<(), ()>;

Aliased Type§

pub enum ViewRedraw {
    Ok(()),
    Err(()),
}

Variants§

§1.0.0

Ok(())

Contains the success value

§1.0.0

Err(())

Contains the error value