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