1 2 3 4 5
use miniconf::TreeSchema; fn main() { const _: usize = <[usize; 0] as TreeSchema>::SCHEMA.shape().max_depth; }