Skip to main content

BoolPoint

Type Alias BoolPoint 

Source
pub type BoolPoint = BoolPointType;

Aliased Type§

pub struct BoolPoint {
    pub time: String,
    pub value: bool,
}

Fields§

§time: String§value: bool