Trait InMemorySize
pub trait InMemorySize {
// Required method
fn size(&self) -> usize;
}Available on crate feature
node-api only.Expand description
Trait for calculating a heuristic for the in-memory size of a struct.