blob: 927c3791c4ca5701ac47267af66b0e0e29721149 [file] [log] [blame]
#![allow(unused_imports)]
use wasm_bindgen::prelude::*;
#[wasm_bindgen]
#[doc = "The `PresentationConnectionBinaryType` enum."]
#[doc = ""]
#[doc = "*This API requires the following crate features to be activated: `PresentationConnectionBinaryType`*"]
#[derive(Debug, Clone, Copy, PartialEq, Eq)]
pub enum PresentationConnectionBinaryType {
Blob = "blob",
Arraybuffer = "arraybuffer",
}