Trait rustty::HasSize [] [src]

pub trait HasSize {
    fn size(&self) -> Size;
}

Required Methods

Implementors