referrerpolicy=no-referrer-when-downgrade
snowbridge_core::outbound

Trait Ticket

Source
pub trait Ticket:
    Encode
    + Decode
    + Clone {
    // Required method
    fn message_id(&self) -> H256;
}

Required Methods§

Source

fn message_id(&self) -> H256

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§