Trait comfyui_api::comfy::getter::LoadImageExt
source · pub trait LoadImageExt {
// Required methods
fn image(&self) -> Result<&String>;
fn image_mut(&mut self) -> Result<&mut String>;
}
Expand description
Trait to get references to values from a Prompt
.