Function cu29_export::copperlists_dump
source ยท pub fn copperlists_dump<P: CopperListPayload>(
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.