pub fn count_was_truncated(
result: ProtoResult<usize>,
) -> ProtoResult<(usize, bool)>
Expand description
Returns the count written and a boolean if it was truncated
pub fn count_was_truncated(
result: ProtoResult<usize>,
) -> ProtoResult<(usize, bool)>
Returns the count written and a boolean if it was truncated