Trait raphtory_api::core::input::input_node::InputNode
source · pub trait InputNode: Clone {
// Required methods
fn id(&self) -> u64;
fn id_str(&self) -> Option<&str>;
}Required Methods§
Object Safety§
This trait is not object safe.