Docs.rs
  • go-parser-0.1.0
    • go-parser 0.1.0
    • Docs.rs crate page
    • BSD-3-Clause
    • Links
    • Repository
    • crates.io
    • Source
    • Owners
    • oxfeeefeee
    • Dependencies
    • Versions
    • 0.95% of the crate is documented
  • Go to latest version
  • Platform
    • i686-pc-windows-msvc
    • i686-unknown-linux-gnu
    • x86_64-apple-darwin
    • x86_64-pc-windows-msvc
    • x86_64-unknown-linux-gnu
  • Feature flags
  • docs.rs
    • About docs.rs
    • Badges
    • Builds
    • Metadata
    • Shorthand URLs
    • Download
    • Rustdoc JSON
    • Build queue
    • Privacy policy
  • Rust
    • Rust website
    • The Book
    • Standard Library API Reference
    • Rust by Example
    • The Cargo Guide
    • Clippy Documentation
logo

logo

PiggyVecKey

Required Methods

  • as_usize

Implementors

In go_parser

?
Change settings

Trait go_parser::PiggyVecKey

source ·
pub trait PiggyVecKey {
    // Required method
    fn as_usize(&self) -> usize;
}

Required Methods§

source

fn as_usize(&self) -> usize

Implementors§

source§

impl PiggyVecKey for AssignStmtKey

source§

impl PiggyVecKey for EntityKey

source§

impl PiggyVecKey for FieldKey

source§

impl PiggyVecKey for FuncDeclKey

source§

impl PiggyVecKey for FuncTypeKey

source§

impl PiggyVecKey for IdentKey

source§

impl PiggyVecKey for LabeledStmtKey

source§

impl PiggyVecKey for ScopeKey

source§

impl PiggyVecKey for SpecKey