Docs.rs
  • darklua-0.7.0
    • darklua 0.7.0
    • Docs.rs crate page
    • MIT
    • Links
    • Homepage
    • Repository
    • crates.io
    • Source
    • Owners
    • jeparlefrancais
    • Dependencies
      • durationfmt ^0.1.1 normal
      • full_moon ^0.13.1 normal
      • json5 ^0.4 normal
      • log ^0.4 normal
      • pretty_env_logger ^0.4.0 normal
      • serde ^1.0 normal
      • structopt ^0.3.25 normal
      • insta ^1.7.1 dev
      • paste ^1.0 dev
      • pretty_assertions ^0.7.2 dev
      • rand ^0.7.3 dev
      • rand_distr ^0.2.2 dev
    • Versions
    • 14.07% 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

Trait FlawlessRule

Required Methods

flawless_process

Implementors

Other items in
darklua_core::rules

logo
Change settings

Trait darklua_core::rules::FlawlessRule[−][src]

pub trait FlawlessRule {
    fn flawless_process(&self, block: &mut Block, context: &mut Context);
}

Required methods

[src]

fn flawless_process(&self, block: &mut Block, context: &mut Context)

Implementors

[src]

impl FlawlessRule for ComputeExpression

[src]

impl FlawlessRule for ConvertIndexToField

[src]

impl FlawlessRule for ConvertLocalFunctionToAssign

[src]

impl FlawlessRule for GroupLocalAssignment

[src]

impl FlawlessRule for InjectGlobalValue

[src]

impl FlawlessRule for RemoveComments

[src]

impl FlawlessRule for RemoveEmptyDo

[src]

impl FlawlessRule for RemoveFunctionCallParens

[src]

impl FlawlessRule for RemoveMethodDefinition

[src]

impl FlawlessRule for RemoveSpaces

[src]

impl FlawlessRule for RemoveUnusedIfBranch

[src]

impl FlawlessRule for RemoveUnusedWhile

[src]

impl FlawlessRule for RenameVariables