Macro crow_engine::construct_object [] [src]

macro_rules! construct_object {
    ($struct:ident {$( $field:ident:$value:expr ),*}) => { ... };
}