Trait xcm_calls::EncodeWith[][src]

pub trait EncodeWith<Input, Context> {
    fn encode_to_with<T: Output + ?Sized>(
        input: &Input,
        ctx: &Context,
        dest: &mut T
    ); }
Expand description

A helper to encode an item using the provided context

Required methods

Same as Encode::encode_to but with additional context

Implementors