pub trait ArrayNBytes { // Required method fn nbytes(&self) -> usize; }
Total size of the array in bytes, including all children and buffers.