Docs.rs
  • strict_encoding-2.8.1
    • strict_encoding 2.8.1
    • Docs.rs crate page
    • Apache-2.0
    • Links
    • Homepage
    • Repository
    • crates.io
    • Source
    • Owners
    • dr-orlovsky
    • Dependencies
      • amplify ^4.8.0 normal
      • serde ^1 normal optional
      • strict_encoding_derive ^2.8.0 normal
      • amplify ^4.8.0 dev
      • getrandom ^0.2 normal optional
      • rand ^0.8.4 normal optional
      • wasm-bindgen ^0.2 normal
      • wasm-bindgen-test ^0.3 dev
    • Versions
    • 1.81% 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

strict_encoding2.8.1

RestrictedCharSet

Dyn Compatibility

Implementors

In strict_encoding::stl

strict_encoding::stl

Trait RestrictedCharSet

Source
pub trait RestrictedCharSet:
    Copy
    + Into<u8>
    + TryFrom<u8, Error = VariantError<u8>>
    + Display
    + StrictEncode
    + StrictDumb { }

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§

Source§

impl RestrictedCharSet for Alpha

Source§

impl RestrictedCharSet for AlphaCaps

Source§

impl RestrictedCharSet for AlphaCapsDash

Source§

impl RestrictedCharSet for AlphaCapsDot

Source§

impl RestrictedCharSet for AlphaCapsLodash

Source§

impl RestrictedCharSet for AlphaCapsNum

Source§

impl RestrictedCharSet for AlphaDash

Source§

impl RestrictedCharSet for AlphaDot

Source§

impl RestrictedCharSet for AlphaLodash

Source§

impl RestrictedCharSet for AlphaNum

Source§

impl RestrictedCharSet for AlphaNumDash

Source§

impl RestrictedCharSet for AlphaNumDot

Source§

impl RestrictedCharSet for AlphaNumLodash

Source§

impl RestrictedCharSet for AlphaSmall

Source§

impl RestrictedCharSet for AlphaSmallDash

Source§

impl RestrictedCharSet for AlphaSmallDot

Source§

impl RestrictedCharSet for AlphaSmallLodash

Source§

impl RestrictedCharSet for Dec

Source§

impl RestrictedCharSet for DecDot

Source§

impl RestrictedCharSet for HexDecCaps

Source§

impl RestrictedCharSet for HexDecSmall

Source§

impl RestrictedCharSet for AsciiPrintable

Source§

impl RestrictedCharSet for AsciiSym