Trait comfyui_api::comfy::getter::GetExt
source · pub trait GetExt<N>where
N: Node + 'static,{
// Required methods
fn get_typed_node(&self, node: &str) -> Result<&N>;
fn get_typed_node_mut(&mut self, node: &str) -> Result<&mut N>;
}
Expand description
Extension methods for Prompt
to get nodes.