Enum obozrenie_core::QueryStatus [] [src]

pub enum QueryStatus {
    Empty,
    Working,
    Ready,
    Error,
}

Variants