Skip to main content

TryBodyFixed

Trait TryBodyFixed 

Source
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§

Source

fn try_body_fixed(&self) -> Result<(), NonBodyFixedFrameError>

Returns Ok(()) if the frame is body-fixed.

Implementors§