referrerpolicy=no-referrer-when-downgrade
staging_xcm_builder

Trait HaulBlob

Source
pub trait HaulBlob {
    // Required method
    fn haul_blob(blob: Vec<u8>) -> Result<(), HaulBlobError>;
}

Required Methods§

Source

fn haul_blob(blob: Vec<u8>) -> Result<(), HaulBlobError>

Sends a blob over some point-to-point link. This will generally be implemented by a bridge.

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§