macro_rules! starlark_type {
    ($typ:expr) => { ... };
}
Expand description

Define the TYPE and get_type_value_static fields of StarlarkValue.