Trait hermes_wasm_test_components::traits::bootstrap::client_byte_code::HasWasmClientByteCode
source · pub trait HasWasmClientByteCode {
// Required method
fn wasm_client_byte_code(&self) -> &Vec<u8> ⓘ;
}