Macro dyon::dyon_obj

source ·
macro_rules! dyon_obj {
    ($t:tt { $($f:tt),* }) => { ... };
}
Expand description

Used to implement embed::PopVariable and embed::PushVariable for some object.

For example, see “examples/functions.rs”.