pub struct ObjectBody<'body> { /* private fields */ }
The data contained within an Object.
Reads the data in the Object via a ByteStream.
TypeId
self
Returns the argument unchanged.
Calls U::from(self).
U::from(self)
That is, this conversion is whatever the implementation of From<T> for U chooses to do.
From<T> for U