Trait phlow::AsPhlowObject
source · pub trait AsPhlowObject {
// Required methods
fn is_phlow_object(&self) -> bool;
fn try_into_phlow_object(&self) -> Option<PhlowObject>;
}pub trait AsPhlowObject {
// Required methods
fn is_phlow_object(&self) -> bool;
fn try_into_phlow_object(&self) -> Option<PhlowObject>;
}