extern_spec_std_mem_size_of

Function extern_spec_std_mem_size_of 

Source
pub fn extern_spec_std_mem_size_of<T>() -> usize
Expand description

extern spec for ::std::mem::size_of<T>

This is not a real function: its only use is for documentation.

terminates

ensures

result@ == size_of_logic::<T>()