// Copyright (c) 2018 the linkerd2-proxy authors
// Copyright (c) The buf-list Contributors
// SPDX-License-Identifier: Apache-2.0
//! Error types returned by buf-list.
use ;
/// An error returned if `read_exact` was called on a [`Cursor`](crate::Cursor) that doesn't have
/// enough bytes remaining.
///
/// This is private because `read_exact_impl` returns an `io::Error`.
pub