Skip to main content

DeviceKeys

Type Alias DeviceKeys 

Source
pub type DeviceKeys = BTreeMap<String, String>;
Expand description

Every device key this machine holds, by the id the tunnel edge knows it as.

Aliased Typeยง

pub struct DeviceKeys { /* private fields */ }