Crate deno_websocket[−][src]
Re-exports
pub use tokio_tungstenite;Structs
UnsafelyIgnoreCertificateErrors is a wrapper struct so it can be placed inside GothamState;
using type alias for a Option<Vec<String>> could work, but there’s a high chance
that there might be another type alias pointing to a Option<Vec<String>>, which
would override previously used alias.