Enum async_rustbus::DBusAddr [−][src]
Expand description
A address for connecting to a DBus dubs. These can be file systems paths to a Unix socket, a TCP address, or an abstract Unix socket.
Variants
Implementations
Create a DbusAddr from a filesystem path.
Create a DbusAddr from a TCP socket address.
Auto Trait Implementations
impl<P, S, B> RefUnwindSafe for DBusAddr<P, S, B> where
P: RefUnwindSafe,
S: RefUnwindSafe, impl<P, S, B> UnwindSafe for DBusAddr<P, S, B> where
P: UnwindSafe,
S: UnwindSafe,