Skip to content

FullEopProvider

Defined in: mod.rs:106

pub trait FullEopProvider: [Ut1Offset](../ut1offset/) + [PolarMotion](../polarmotion/) + [NutationCorrections](../nutationcorrections/) + [LengthOfDay](../lengthofday/)

Convenience alias for a provider that supplies every EOP parameter.

Implemented automatically via an auto-blanket impl for any type that implements Ut1Offset + PolarMotion + NutationCorrections + LengthOfDay. Phase 3 で Rotation<Gcrs, Itrs>::iau2006_full<P: FullEopProvider> のような完全 chain の bound として使う想定。