pub trait TryComposedRotation<T, P>{
// Required method
fn try_composed_rotation(
&self,
provider: &P,
time: Time<T>,
) -> Result<Rotation, RotationError>;
}pub trait TryComposedRotation<T, P>{
// Required method
fn try_composed_rotation(
&self,
provider: &P,
time: Time<T>,
) -> Result<Rotation, RotationError>;
}