Docs.rs
  • tui-components-0.1.0
    • tui-components 0.1.0
    • Docs.rs crate page
    • MIT
    • Links
    • crates.io
    • Source
    • Owners
    • benhall-7
    • Dependencies
      • crossterm ^0.20 normal
      • num ^0.4 normal
      • regex ^1 normal
      • tui ^0.16.0 normal
    • Versions
    • 6.06% of the crate is documented
  • Go to latest version
  • Platform
    • i686-unknown-linux-gnu
    • x86_64-apple-darwin
    • 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

logo

InputUnsignedInt

Implementors

In tui_components::components::num_input

logo
Change settings

Trait tui_components::components::num_input::InputUnsignedInt

source · [−]
pub trait InputUnsignedInt: Integer + Unsigned + Bounded + SaturatingAdd + SaturatingMul + SaturatingSub + FromPrimitive + Copy + Display { }

Implementors

source

impl<T> InputUnsignedInt for T where
    T: Integer + Unsigned + Bounded + SaturatingAdd + SaturatingMul + SaturatingSub + FromPrimitive + Copy + Display,