Function pgp::composed::signed_key::parse::from_bytes_many[][src]

pub fn from_bytes_many<'a>(
    bytes: impl Read + 'a
) -> Box<dyn Iterator<Item = Result<PublicOrSecret>> + 'a>
Expand description

Parses a list of secret and public keys from raw bytes.