Skip to main content

Address

Trait Address 

Source
pub trait Address: Encode { }
Expand description

Marker trait to separate addresses from any other encodable types.

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.

Implementations on Foreign Types§

Source§

impl Address for u16

Implementors§

Source§

impl Address for BlockIndex

Source§

impl<const A: u16> Address for Const<A>

Source§

impl<const BASE: u16, V: BitSize> Address for Stride<BASE, V>