#include <frame.h>
Public Types | |
| enum | Status { Ok , Incomplete , Error } |
Public Attributes | |
| enum librats::framer::Block::Status | status = Incomplete |
| size_t | consumed = 0 |
| bytes to consume from the buffer (when Ok) | |
| ByteView | body {} |
| the block body (when Ok); views the input | |
| ByteView librats::framer::Block::body {} |
| size_t librats::framer::Block::consumed = 0 |
| enum librats::framer::Block::Status librats::framer::Block::status = Incomplete |