Trait libre_pvz_animation::curve::concrete::CurveContent

source ·
pub trait CurveContent: for<'a> CurveContentBorrow<'a> { }
Expand description

Provides linear random access to keyframe contents in a Curve. See also CurveContentStatic and CurveContentBorrow.

Object Safety§

This trait is not object safe.

Implementors§

source§

impl<T: for<'a> CurveContentBorrow<'a>> CurveContent for T