pub fn copperlists_dump<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.
pub fn copperlists_dump<P: CopperListTuple>(
src: impl Read,
) -> impl Iterator<Item = CopperList<P>>Extracts the copper lists from a binary representation. P is the Payload determined by the configuration of the application.