Skip to main content

TableUpdate

Type Alias TableUpdate 

Source
pub type TableUpdate = OptionalUpdate<String>;

Aliased Type§

pub enum TableUpdate {
    SetDefault,
    Missing,
    Update(String),
}

Variants§

§

SetDefault

§

Missing

§

Update(String)