│ │ │ │ ╰───────────────┴──────╯ │ │
│ │ │ │ ╭───────────────┬──────────────────────────────────────────────────────────────╮ │ │
│ │ │ features │ │ type │ record │ │ │
│ │ │ │ │ detailed_type │ record<bugs: bool, multiplatform: bool, speed: int> │ │ │
│ │ │ │ │ │ ╭───────────────┬───────────────────────────╮ │ │ │
│ │ │ │ │ columns │ │ │ ╭───────────────┬───────╮ │ │ │ │
│ │ │ │ │ │ │ bugs │ │ type │ bool │ │ │ │ │
│ │ │ │ │ │ │ │ │ detailed_type │ bool │ │ │ │ │
│ │ │ │ │ │ │ │ │ rust_type │ bool │ │ │ │ │
│ │ │ │ │ │ │ │ │ value │ false │ │ │ │ │
│ │ │ │ │ │ │ │ ╰───────────────┴───────╯ │ │ │ │
│ │ │ │ │ │ │ │ ╭───────────────┬──────╮ │ │ │ │
│ │ │ │ │ │ │ multiplatform │ │ type │ bool │ │ │ │ │
│ │ │ │ │ │ │ │ │ detailed_type │ bool │ │ │ │ │
│ │ │ │ │ │ │ │ │ rust_type │ bool │ │ │ │ │
│ │ │ │ │ │ │ │ │ value │ true │ │ │ │ │
│ │ │ │ │ │ │ │ ╰───────────────┴──────╯ │ │ │ │
│ │ │ │ │ │ │ │ ╭───────────────┬─────╮ │ │ │ │
│ │ │ │ │ │ │ speed │ │ type │ int │ │ │ │ │
│ │ │ │ │ │ │ │ │ detailed_type │ int │ │ │ │ │
│ │ │ │ │ │ │ │ │ rust_type │ i64 │ │ │ │ │
│ │ │ │ │ │ │ │ │ value │ 10 │ │ │ │ │
│ │ │ │ │ │ │ │ ╰───────────────┴─────╯ │ │ │ │
│ │ │ │ │ │ ╰───────────────┴───────────────────────────╯ │ │ │
│ │ │ │ │ rust_type │ &nu_utils::shared_cow::SharedCow<nu_protocol::value::record: │ │ │
│ │ │ │ │ │ :Record> │ │ │
│ │ │ │ ╰───────────────┴──────────────────────────────────────────────────────────────╯ │ │
│ │ │ │ ╭─────────────────────┬────────────────────────────────────────────────────────╮ │ │
│ │ │ fib │ │ type │ list │ │ │
│ │ │ │ │ detailed_type │ list<int> │ │ │
│ │ │ │ │ length │ 6 │ │ │
│ │ │ │ │ rust_type │ &mut alloc::vec::Vec<nu_protocol::value::Value> │ │ │
│ │ │ │ │ │ ╭───┬──────┬───────────────┬───────────┬───────╮ │ │ │
│ │ │ │ │ value │ │ # │ type │ detailed_type │ rust_type │ value │ │ │ │