Trait pax_runtime::api::ToPaxValue
source · pub trait ToPaxValue {
// Required method
fn to_pax_value(self) -> PaxValue;
}Expand description
This trait is implemented by all types that has a bultin equivalent representation (see to_from_impls module) This is NOT responsible for coercing between types, but returns an err in all cases where the underlying type is not exactly what is expected