Enum http_box::fsm::ParserValue [] [src]

pub enum ParserValue {
    Continue,
    Exit(Success),
}

Parsing function return values.

Variants

Continue the parser loop.

Exit the parser loop.