Type Alias tvix_eval::compiler::bindings::PeekableAttrs

source ·
type PeekableAttrs = Peekable<AstChildren<Attr>>;

Aliased Type§

struct PeekableAttrs { /* private fields */ }