pub trait WartsSized {
    fn warts_size(&self) -> usize;
}
Expand description

A trait for defining the size of the binary representation of warts objects.

Required Methods

Returns the size of the binary representation of the type in a warts object.

Implementations on Foreign Types

Implementors