Trait playdate_build::value::Value
source · pub trait Value: for<'de> Deserialize<'de> + Clone + Debug + Displaywhere
Self: TryInto<AssetsOptions>,{
// Required methods
fn as_bool(&self) -> Option<bool>;
fn as_str(&self) -> Option<&str>;
}Required Methods§
Object Safety§
This trait is not object safe.