Vendor things
This commit is contained in:
parent
5deceec006
commit
977e3c17e5
19434 changed files with 10682014 additions and 0 deletions
13
third-party/vendor/web-sys/src/features/gen_AttestationConveyancePreference.rs
vendored
Normal file
13
third-party/vendor/web-sys/src/features/gen_AttestationConveyancePreference.rs
vendored
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
#![allow(unused_imports)]
|
||||
#![allow(clippy::all)]
|
||||
use wasm_bindgen::prelude::*;
|
||||
#[wasm_bindgen]
|
||||
#[doc = "The `AttestationConveyancePreference` enum."]
|
||||
#[doc = ""]
|
||||
#[doc = "*This API requires the following crate features to be activated: `AttestationConveyancePreference`*"]
|
||||
#[derive(Debug, Clone, Copy, PartialEq, Eq)]
|
||||
pub enum AttestationConveyancePreference {
|
||||
None = "none",
|
||||
Indirect = "indirect",
|
||||
Direct = "direct",
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue