Docs.rs
  • i-slint-compiler-0.2.1
    • i-slint-compiler 0.2.1
    • Docs.rs crate page
    • GPL-3.0-only OR LicenseRef-Slint-commercial
    • Links
    • Homepage
    • Repository
    • crates.io
    • Source
    • Owners
    • ogoffart
    • tronical
    • Dependencies
      • by_address ^1.0.4 normal
      • codemap ^0.1 normal
      • codemap-diagnostic ^0.1.1 normal
      • css-color-parser2 ^1.0.1 normal
      • derive_more ^0.99.5 normal
      • dunce ^1.0.1 normal
      • fontdb ^0.9.0 normal
      • fontdue ^0.7.1 normal
      • i-slint-common =0.2.1 normal
      • itertools ^0.10 normal
      • linked_hash_set ^0.1.4 normal
      • lyon_path ^0.17.4 normal
      • lyon_svg ^0.17.2 normal
      • num_enum ^0.5.1 normal
      • once_cell ^1 normal
      • proc-macro2 ^1.0.17 normal
      • quote ^1.0 normal
      • rowan ^0.15.3 normal
      • smol_str ^0.1.17 normal
      • thiserror ^1 normal
      • url ^2.2.1 normal
      • regex ^1.3.7 dev
      • spin_on ^0.1 dev
      • libc ^0.2 normal
      • servo-fontconfig ^0.5 normal
      • image ^0.24 normal
      • resvg ^0.22 normal
      • tiny-skia ^0.6.1 normal
      • usvg ^0.22 normal
    • Versions
    • 35.69% of the crate is documented
  • Go to latest version
  • Platform
    • i686-pc-windows-msvc
    • x86_64-apple-darwin
    • x86_64-pc-windows-msvc
    • x86_64-unknown-linux-gnu
  • Feature flags
  • docs.rs
    • About docs.rs
    • Privacy policy
  • Rust
    • Rust website
    • The Book
    • Standard Library API Reference
    • Rust by Example
    • The Cargo Guide
    • Clippy Documentation
logo

logo

BindingsMap

In i_slint_compiler::object_tree

logo
Change settings

Type Definition i_slint_compiler::object_tree::BindingsMap

source · [−]
pub type BindingsMap = BTreeMap<String, RefCell<BindingExpression>>;