Consume the owned reader and return the inner plaintext buffer.
(self)
| 352 | |
| 353 | /// Consume the owned reader and return the inner plaintext buffer. |
| 354 | pub fn into_plaintext(self) -> Vec<u8> { |
| 355 | self.plaintext |
| 356 | } |
| 357 | } |
| 358 | |
| 359 | impl<'a> SegmentReader<'a> { |