pub type ArcisValue = FieldValue<ArcisField>;Aliased Type§
pub struct ArcisValue { /* private fields */ }Trait Implementations§
Source§impl From<ArcisFloatValue> for ArcisValue
impl From<ArcisFloatValue> for ArcisValue
Source§fn from(a: ArcisFloatValue) -> ArcisValue
fn from(a: ArcisFloatValue) -> ArcisValue
Converts to this type from the input type.