Error Set DiscardDelimiterLimitError [src]
Errors
The delimiter was not found within the limit.
Source
pub const DiscardDelimiterLimitError = error{
ReadFailed,
/// The delimiter was not found within the limit.
StreamTooLong,
}
The delimiter was not found within the limit.
pub const DiscardDelimiterLimitError = error{
ReadFailed,
/// The delimiter was not found within the limit.
StreamTooLong,
}