multiversx_sc::api

Trait PrintApiImpl

Source
pub trait PrintApiImpl {
    type Buffer: FormatBuffer;

    // Provided method
    fn print_buffer(&self, _buffer: Self::Buffer) { ... }
}

Required Associated Types§

Source

type Buffer: FormatBuffer

Buffer used for printing only.

Provided Methods§

Source

fn print_buffer(&self, _buffer: Self::Buffer)

Implementors§