Docs.rs
  • dpscript-0.2.0
    • dpscript 0.2.0
    • Permalink
    • Docs.rs crate page
    • MIT
    • Links
    • Repository
    • crates.io
    • Source
    • Owners
    • RedstoneWizard08
    • Dependencies
      • clap ^4.5.20 normal
      • indicatif ^0.17.8 normal
      • json5 ^0.4.1 normal
      • miette ^7.2.0 normal
      • once_cell ^1.20.2 normal
      • regex ^1.11.0 normal
      • ron ^0.8.1 normal
      • serde ^1.0.210 normal
      • serde_json ^1.0.128 normal
      • thiserror ^1.0.64 normal
      • tokio ^1.40.0 normal
      • toml ^0.8.19 normal
      • tower-lsp ^0.20.0 normal
      • tracing ^0.1.40 normal
      • tracing-subscriber ^0.3.18 normal
      • uuid ^1.10.0 normal
      • walkdir ^2.5.0 normal
    • Versions
    • 32.32% 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
    • 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

dpscript0.2.0

SerializeNode

Required Methods

  • serialize_node

Implementors

In crate dpscript

dpscript

Trait SerializeNode

Source
pub trait SerializeNode {
    // Required method
    fn serialize_node(&self) -> String;
}

Required Methods§

Source

fn serialize_node(&self) -> String

Implementors§

Source§

impl SerializeNode for IRArgumentOperation

Source§

impl SerializeNode for IRDataOperation

Source§

impl SerializeNode for IRDefinition

Source§

impl SerializeNode for IRLiteral

Source§

impl SerializeNode for IRBlock

Source§

impl SerializeNode for IRCall

Source§

impl SerializeNode for IRCommand

Source§

impl SerializeNode for IRConcat

Source§

impl SerializeNode for IRCondition

Source§

impl SerializeNode for IRExecute

Source§

impl SerializeNode for IRFunction

Source§

impl SerializeNode for IRTag

Source§

impl SerializeNode for VariableAlias