Trait kwap_msg::GetSize[][src]

pub trait GetSize {
    fn get_size(&self) -> usize;
}
Expand description

Get the runtime size (in bytes) of a struct

Required methods

Get the runtime size (in bytes) of a struct

Implementors