[][src]Macro dyon::dyon_obj

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

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

For example, see "examples/functions.rs".