pub trait TryBodyFixed: ReferenceFrame {
// Required method
fn try_body_fixed(&self) -> Result<(), NonBodyFixedFrameError>;
}Expand description
Fallible check for body-fixed frames (used by dynamic dispatch).
Required Methods§
Sourcefn try_body_fixed(&self) -> Result<(), NonBodyFixedFrameError>
fn try_body_fixed(&self) -> Result<(), NonBodyFixedFrameError>
Returns Ok(()) if the frame is body-fixed.