pub trait Measurable { // Required method fn measure(&self) -> usize; }
FIDL types that can have their in-line and out-of-line message byte payload size measured.
Determine the message byte count for this instance.