pub fn copperlists_reader<P: CopperListTuple>(
src: impl Read,
) -> impl Iterator<Item = CopperList<P>>
Expand description
Extracts the copper lists from a binary representation. P is the Payload determined by the configuration of the application.