pub trait GpsdJsonResponse: DeserializeOwned { }Expand description
Trait for types that can be deserialized as GPSD response messages
All GPSD response message types must implement this trait, which ensures they can be properly deserialized from JSON.
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.