pub trait MemUseStaticwhere
Self: MemUse,{
// Required method
fn mem_use_static(&self) -> usize;
}
Required Methods§
Sourcefn mem_use_static(&self) -> usize
fn mem_use_static(&self) -> usize
Calculates the static memory usage for this value, including inline and indirect usage if applicable