fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::result::Result<(), std::fmt::Error> {
pub fn from_singleton_body(version: RelayCellFormat, body: BoxedCellBody) -> Result<Self> {
// (It would be simpler to use NestedWriter at this point, but it uses an internal Vec that we are trying to avoid.)