moq_transfork::message

Trait Extension

Source
pub trait Extension: Encode + Decode {
    // Required method
    fn id() -> u64;
}

Required Methods§

Source

fn id() -> u64

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§