mirror of
https://github.com/Zedfrigg/ironbar.git
synced 2025-09-16 03:36:58 +02:00
WIP failed attempt at StreamMap-based implementation
This commit is contained in:
parent
26686739a0
commit
9ca5f4baa4
7 changed files with 148 additions and 296 deletions
|
@ -1,9 +1,11 @@
|
|||
use color_eyre::Result;
|
||||
|
||||
use crate::clients::networkmanager::PathMap;
|
||||
use crate::clients::networkmanager::dbus::{
|
||||
ActiveConnectionDbusProxy, DeviceDbusProxy, DeviceState, DeviceType,
|
||||
};
|
||||
use color_eyre::Result;
|
||||
use std::collections::HashMap;
|
||||
use zbus::zvariant::ObjectPath;
|
||||
|
||||
type PathMap<'l, ValueType> = HashMap<ObjectPath<'l>, ValueType>;
|
||||
|
||||
#[derive(Clone, Debug)]
|
||||
pub struct State {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue