Trait elrond_wasm::api::PrintApi

source ·
pub trait PrintApi: ManagedTypeApi {
    type PrintApiImpl: PrintApiImpl;

    fn print_api_impl() -> Self::PrintApiImpl;
}

Required Associated Types§

Required Methods§

Implementors§