Skip to main content

detect_boxing

Function detect_boxing 

Source
pub fn detect_boxing(compiled: &CompiledSchema) -> HashSet<(TypeId, usize)>
Expand description

Returns set of (type_id, field_index) pairs that need Box<T> wrapping.