[][src]Constant savefile::MAX_CHILDREN

pub const MAX_CHILDREN: usize = 10000;

As a sort of guard against infinite loops, the default 'len'-implementation only ever iterates this many times. This is so that broken 'introspect_child'-implementations won't case introspect_len to iterate forever.