Type Definition unbounded_gpsd::errors::GpsdResult[][src]

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

Convenient wrapper around std::Result.