Skip to content
Snippets Groups Projects
light.rs 88 B
Newer Older
#[derive(Debug, Default)]
pub struct Light {
  src_port: String,
  target_port: String
}