Trait http_box::util::FieldClosure [] [src]

pub trait FieldClosure {
    fn run(&mut self, segment: FieldSegment) -> bool;
    fn validate(&mut self, byte: u8) -> bool;
}

Field closure support.

Required Methods

Run the field segment closure.

Run the byte validation closure.

Implementors