pub trait FramedDynamic<R: IO> { // Required method fn framed_size(&mut self) -> Result<u64, R::Error>; }