Trait pax_runtime::api::CoercionRules
source · pub trait CoercionRules: 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.