1pub use crate::prelude::*; 2 3/// A fix of a signal. No extra fields but it is expected that location should be populated when using this report. 4#[derive(Debug, Clone, Serialize, Deserialize, PartialEq, Eq, Hash)] 5pub struct Fixed {}