Trait netsblox_vm::runtime::GetType
source · pub trait GetType {
type Output: Clone + Copy + PartialEq + Eq + Debug;
// Required method
fn get_type(&self) -> Self::Output;
}Expand description
Gets the type of value that is stored.