// Copyright (c) Zefchain Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
//! Extension traits with some common functionality.
use ;
/// Extension trait to deserialize a type from a vector of bytes using [`bcs`].
/// Extension trait to serialize a type into a vector of bytes using [`bcs`].