Trait pax_runtime_api::pax_value::CoercionRules
source · pub trait CoercionRuleswhere
Self: Sized + 'static,{
// Required method
fn try_coerce(value: PaxValue) -> Result<Self, String>;
}Required Methods§
fn try_coerce(value: PaxValue) -> Result<Self, String>
Object Safety§
This trait is not object safe.