Type Definition sgp4::Result

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

The result type returned by SGP4 functions