1use uuid::Uuid; 2 3#[derive(Debug, Clone, Copy, PartialEq, Eq, Hash)] 4pub struct OutputID(pub Uuid); 5 6#[derive(Debug, Clone, Copy, PartialEq, Eq, Hash)] 7pub struct InputID(pub Uuid);