pub fn detect_boxing(compiled: &CompiledSchema) -> HashSet<(TypeId, usize)>Expand description
Returns set of (type_id, field_index) pairs that need Box<T> wrapping.
pub fn detect_boxing(compiled: &CompiledSchema) -> HashSet<(TypeId, usize)>Returns set of (type_id, field_index) pairs that need Box<T> wrapping.