pub trait MessageAddress: Into<u64> + TryFrom<u64> + Copywhere
    <Self as TryFrom<u64>>::Error: Debug,{ }
Expand description

A marker trait for the Message Address.

Implementations on Foreign Types§

source§

impl MessageAddress for u32

source§

impl MessageAddress for u64

Implementors§