pub fn get_map<Conn: ?Sized, A, B, C>(
conn: &Conn,
device_spec: DeviceSpec,
full: A,
partial: B,
first_type: u8,
n_types: u8,
first_key_sym: Keycode,
n_key_syms: u8,
first_key_action: Keycode,
n_key_actions: u8,
first_key_behavior: Keycode,
n_key_behaviors: u8,
virtual_mods: C,
first_key_explicit: Keycode,
n_key_explicit: u8,
first_mod_map_key: Keycode,
n_mod_map_keys: u8,
first_v_mod_map_key: Keycode,
n_v_mod_map_keys: u8
) -> Result<Cookie<'_, Conn, GetMapReply>, ConnectionError> where
Conn: RequestConnection + ?Sized,
A: Into<u16>,
B: Into<u16>,
C: Into<u16>,