Struct leftwm_core::utils::state_socket::StateSocket [−][src]
pub struct StateSocket { /* fields omitted */ }
Implementations
Bind to Unix socket and listen.
Errors
Will error if build_listener()
cannot be unwrapped or awaited.
As in build_listener()
, this is likely a filesystem issue,
such as incorrect permissions or a non-existant file.
Trait Implementations
Returns the “default value” for a type. Read more