Type Definition unbounded_gpsd::errors::GpsdResult

source ·
pub type GpsdResult<T> = Result<T, Error>;
Expand description

Convenient wrapper around std::Result.