create_struct

Function create_struct 

Source
pub(crate) fn create_struct(
    name: &str,
    fields_def: Vec<(&str, Symbol)>,
) -> Box<Item>