Convert the `Envelope` to `SealedEnvelope`
(self)
| 74 | } |
| 75 | /// Convert the `Envelope` to `SealedEnvelope` |
| 76 | pub fn seal(self) -> SealedEnvelope { |
| 77 | Box::new(self) |
| 78 | } |
| 79 | /// Take the message from the envelope |
| 80 | /// |
| 81 | /// # Panics |
no outgoing calls