Docs.rs
  • teo-parser-0.3.0
    • teo-parser 0.3.0
    • Docs.rs crate page
    • Apache-2.0
    • Links
    • Homepage
    • Documentation
    • Repository
    • crates.io
    • Source
    • Owners
    • victorteokw
    • Dependencies
      • array_tool ^1.0.3 normal
      • bigdecimal =0.3.1 normal
      • bson ^2.13.0 normal
      • chrono ^0.4.38 normal
      • colored ^2.1.0 normal
      • educe ^0.6.0 normal
      • getrandom ^0.2 normal
      • indexmap ^2.6 normal
      • itertools ^0.13 normal
      • maplit ^1.0.2 normal
      • once_cell ^1.20.2 normal
      • path-clean ^1.0.1 normal
      • pathdiff ^0.2.2 normal
      • pest ^2.7.14 normal
      • pest_derive ^2.7.14 normal
      • regex ^1.11.1 normal
      • serde ^1.0 normal
      • serde_json ^1.0 normal
      • snailquote ^0.3.1 normal
      • strum ^0.26 normal
      • strum_macros ^0.26 normal
      • teo-result ^0.3.0 normal
      • time ^0.3.36 normal
      • backtrace-on-stack-overflow ^0.3.0 dev
    • Versions
    • 3.09% of the crate is documented
  • 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

teo_parser0.3.0

Resolve

Required Methods

  • resolved_ref_cell

Provided Methods

  • is_resolved
  • resolve
  • resolved
  • resolved_mut

Implementors

In teo_parser::traits::resolved

teo_parser::traits::resolved

Trait Resolve

Source
pub trait Resolve<T> {
    // Required method
    fn resolved_ref_cell(&self) -> &RefCell<Option<T>>;

    // Provided methods
    fn resolve(&self, resolved: T) { ... }
    fn resolved(&self) -> &T { ... }
    fn resolved_mut(&self) -> &mut T { ... }
    fn is_resolved(&self) -> bool { ... }
}

Required Methods§

Source

fn resolved_ref_cell(&self) -> &RefCell<Option<T>>

Provided Methods§

Source

fn resolve(&self, resolved: T)

Source

fn resolved(&self) -> &T

Source

fn resolved_mut(&self) -> &mut T

Source

fn is_resolved(&self) -> bool

Implementors§

Source§

impl Resolve<Type> for TypeExpr

Source§

impl Resolve<Value> for DataSetRecord

Source§

impl Resolve<Value> for EnumMember

Source§

impl Resolve<FieldResolved> for Field

Source§

impl Resolve<IncludeHandlerFromTemplateResolved> for IncludeHandlerFromTemplate

Source§

impl Resolve<InterfaceDeclarationResolved> for InterfaceDeclaration

Source§

impl Resolve<ModelResolved> for Model

Source§

impl Resolve<PipelineResolved> for Pipeline

Source§

impl Resolve<SynthesizedShapeDeclarationResolved> for SynthesizedShapeDeclaration

Source§

impl Resolve<SynthesizedShapeFieldDeclarationResolved> for SynthesizedShapeFieldDeclaration

Source§

impl Resolve<ExprInfo> for ConstantDeclaration

Source§

impl Resolve<ExprInfo> for Expression

Source§

impl Resolve<Reference> for DataSetGroup

Source§

impl Resolve<Vec<usize>> for Decorator