pub type FullTrajRefOwned<'a, X, T, const N: usize> = FullTrajRef<'a, X, T, ArrayStorage<X, N, 1>, ArrayStorage<X, N, 1>, N>;Expand description
A reference trajectory to an trajectory with array storage
Aliased Typeยง
pub struct FullTrajRefOwned<'a, X, T, const N: usize> { /* private fields */ }