pub trait ExperimentalDecryptOutput { // Required method fn cleartext(&self) -> Vec<u8> ⓘ; }
cleartext that was decrypted.
cleartext