Trait multiversx_sc::api::PrintApiImpl
source · pub trait PrintApiImpl {
type Buffer: FormatBuffer;
// Provided method
fn print_buffer(&self, _buffer: Self::Buffer) { ... }
}
Required Associated Types§
sourcetype Buffer: FormatBuffer
type Buffer: FormatBuffer
Buffer used for printing only.