pub trait TryBodyFixed: ReferenceFrame {
// Required method
fn try_body_fixed(&self) -> Result<(), NonBodyFixedFrameError>;
}pub trait TryBodyFixed: ReferenceFrame {
// Required method
fn try_body_fixed(&self) -> Result<(), NonBodyFixedFrameError>;
}