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

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

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