Type Definition http_parser::CallbackResult [] [src]

type CallbackResult = Result<ParseAction, String>;

Result of a callback function.