Trait warts::WartsSized
source · [−]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
fn warts_size(&self) -> usize
fn warts_size(&self) -> usize
Returns the size of the binary representation of the type in a warts object.