Searched refs:IntoUnixStream (Results 1 – 1 of 1) sorted by relevance
701 fn create_mouse_device<T: IntoUnixStream>(cfg: &Config, mouse_socket: T) -> DeviceResult { in create_mouse_device()716 fn create_keyboard_device<T: IntoUnixStream>(cfg: &Config, keyboard_socket: T) -> DeviceResult { in create_keyboard_device()731 fn create_switches_device<T: IntoUnixStream>(cfg: &Config, switches_socket: T) -> DeviceResult { in create_switches_device()1769 trait IntoUnixStream { trait1773 impl<'a> IntoUnixStream for &'a Path { impl1783 impl<'a> IntoUnixStream for &'a PathBuf { impl1789 impl IntoUnixStream for UnixStream {