IntoEngineData

Derive Macro IntoEngineData 

Source
#[derive(IntoEngineData)]
Expand description

Derive an IntoEngineData trait for a struct that has all fields implement Into<Scalar>.

This is a relatively simple macro to produce the boilerplate for converting a struct into EngineData using the create_one method. TODO: (doc)tests included in the delta_kernel crate: IntoEngineData trait.