// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
// SPDX-License-Identifier: Apache-2.0
use ;
use crateVarInt;
pub use Interposer;
/// A buffer that is capable of both reading and writing
/// A buffer which can be advanced forward without reading or writing payloads. This
/// is essentially a forward-only [`std::io::Seek`].
///
/// This can be used for scenarios where the buffer was written somewhere else but still needed to
/// be tracked.