Skip to main content

SolidityPackedEncoder

Trait SolidityPackedEncoder 

Source
pub trait SolidityPackedEncoder: Encoder<BE, 1, true, true> {
    const SOLIDITY_PACKED_HEADER_SIZE: usize = _;
}

Provided Associated Constants§

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§

Source§

impl<T> SolidityPackedEncoder for T
where T: Encoder<BE, 1, true, true>,