Skip to main content

Alias

Trait Alias 

Source
pub trait Alias: Display {
    const ALIAS: &'static [&'static str];
}

Required Associated Constants§

Source

const ALIAS: &'static [&'static str]

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§

Source§

impl Alias for Bash

Source§

const ALIAS: &'static [&'static str]

Source§

impl Alias for C

Source§

const ALIAS: &'static [&'static str]

Source§

impl Alias for CSharp

Source§

const ALIAS: &'static [&'static str]

Source§

impl Alias for Cpp

Source§

const ALIAS: &'static [&'static str]

Source§

impl Alias for Css

Source§

const ALIAS: &'static [&'static str]

Source§

impl Alias for Elixir

Source§

const ALIAS: &'static [&'static str]

Source§

impl Alias for Go

Source§

const ALIAS: &'static [&'static str]

Source§

impl Alias for Haskell

Source§

const ALIAS: &'static [&'static str]

Source§

impl Alias for Hcl

Source§

const ALIAS: &'static [&'static str]

Source§

impl Alias for Html

Source§

const ALIAS: &'static [&'static str]

Source§

impl Alias for Java

Source§

const ALIAS: &'static [&'static str]

Source§

impl Alias for JavaScript

Source§

const ALIAS: &'static [&'static str]

Source§

impl Alias for Json

Source§

const ALIAS: &'static [&'static str]

Source§

impl Alias for Kotlin

Source§

const ALIAS: &'static [&'static str]

Source§

impl Alias for Lua

Source§

const ALIAS: &'static [&'static str]

Source§

impl Alias for Nix

Source§

const ALIAS: &'static [&'static str]

Source§

impl Alias for Php

Source§

const ALIAS: &'static [&'static str]

Source§

impl Alias for Python

Source§

const ALIAS: &'static [&'static str]

Source§

impl Alias for Ruby

Source§

const ALIAS: &'static [&'static str]

Source§

impl Alias for Rust

Source§

const ALIAS: &'static [&'static str]

Source§

impl Alias for Scala

Source§

const ALIAS: &'static [&'static str]

Source§

impl Alias for Solidity

Source§

const ALIAS: &'static [&'static str]

Source§

impl Alias for Swift

Source§

const ALIAS: &'static [&'static str]

Source§

impl Alias for Tsx

Source§

const ALIAS: &'static [&'static str]

Source§

impl Alias for TypeScript

Source§

const ALIAS: &'static [&'static str]

Source§

impl Alias for Yaml

Source§

const ALIAS: &'static [&'static str]