Type Definition unbounded_gpsd::errors::GpsdResult[]

type GpsdResult<T> = Result<T, Error>;

Convenient wrapper around std::Result.