Docs.rs
  • rustpython-ast-0.3.0
    • rustpython-ast 0.3.0
    • Docs.rs crate page
    • MIT
    • Links
    • Repository
    • crates.io
    • Source
    • Owners
    • coolreader18
    • github:rustpython:packaging
    • Dependencies
      • is-macro ^0.2.2 normal
      • malachite-bigint ^0.1.0 normal
      • num-bigint ^0.4.3 normal
      • rustpython-literal ^0.3.0 normal
      • rustpython-parser-core ^0.3.0 normal
      • static_assertions ^1.1.0 normal
    • Versions
    • 0.3% 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
    • Privacy policy
  • Rust
    • Rust website
    • The Book
    • Standard Library API Reference
    • Rust by Example
    • The Cargo Guide
    • Clippy Documentation
logo

logo

PatternMatchOr

Trait Implementations

  • Located
  • LocatedMut

In rustpython_ast::located

?
Change settings

Type Alias rustpython_ast::located::PatternMatchOr

source ·
pub type PatternMatchOr = PatternMatchOr<SourceRange>;

Trait Implementations§

source§

impl Located for PatternMatchOr

source§

fn range(&self) -> SourceRange

source§

fn location(&self) -> SourceLocation

source§

fn end_location(&self) -> Option<SourceLocation>

source§

impl LocatedMut for PatternMatchOr

source§

fn range_mut(&mut self) -> &mut SourceRange