Trait netsblox_vm::runtime::IntermediateType
source · pub trait IntermediateType {
// Required methods
fn from_json(json: Json) -> Self;
fn from_image(img: Vec<u8>) -> Self;
fn from_audio(audio: Vec<u8>) -> Self;
}Expand description
The required interface used by CustomTypes::Intermediate.