Trait hermes_wasm_test_components::traits::bootstrap::client_byte_code::WasmClientByteCodeGetter
source · pub trait WasmClientByteCodeGetter<Bootstrap> {
// Required method
fn wasm_client_byte_code(bootstrap: &Bootstrap) -> &Vec<u8> ⓘ;
}
Required Methods§
fn wasm_client_byte_code(bootstrap: &Bootstrap) -> &Vec<u8> ⓘ
Object Safety§
This trait is not object safe.