Trait ws_tool::DefaultCode
source · pub trait DefaultCode {
// Required method
fn code(&self) -> OpCode;
}Expand description
a trait that tells ws-tool corresponding opcode of custom type
pub trait DefaultCode {
// Required method
fn code(&self) -> OpCode;
}a trait that tells ws-tool corresponding opcode of custom type