Type Alias gimli::read::OpcodesIter

source ·
pub type OpcodesIter<R> = LineInstructions<R>;
👎Deprecated: OpcodesIter has been renamed to LineInstructions, use that instead.
Expand description

Deprecated. OpcodesIter has been renamed to LineInstructions.

Aliased Type§

struct OpcodesIter<R> {
    input: R,
}

Fields§

§input: R