Docs.rs
hide_qr-1.0.1
hide_qr 1.0.1
Permalink
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
bompidom
Dependencies
image ^0.25.2
normal
qrcodegen ^1.8.0
normal
rqrr ^0.8.0
normal
tempfile ^3.13.0
normal
Versions
0%
of the crate is documented
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
hide_qr
1.0.1
QrCode
Functionality
Expansion
Required Methods
get_modules
Implementations on Foreign Types
QrCode
Implementors
In crate hide_
qr
hide_qr
Trait
QrCodeFunctionalityExpansion
Copy item path
Source
pub trait QrCodeFunctionalityExpansion { // Required method fn
get_modules
(&self) ->
Vec
<
bool
>; }
Required Methods
§
Source
fn
get_modules
(&self) ->
Vec
<
bool
>
Implementations on Foreign Types
§
Source
§
impl
QrCodeFunctionalityExpansion
for
QrCode
Source
§
fn
get_modules
(&self) ->
Vec
<
bool
>
Implementors
§