Trait elrond_wasm::api::StaticBufferApi[][src]

pub trait StaticBufferApi {
    fn with_lockable_static_buffer<R, F: FnOnce(&mut LockableStaticBuffer) -> R>(
        &self,
        f: F
    ) -> R; }
Expand description

A raw bytes buffer managed by Arwen.

Required methods

Implementors