1 2 3 4 5 6
use crate::spec::InputSource; #[derive(Debug, Clone, PartialEq, Default)] pub struct ImageInput { pub source: InputSource, }