Buildup of logind dbus methods

This commit is contained in:
Luke D Jones
2021-03-12 22:00:31 +13:00
parent 875ff6d354
commit ae4f7f9949
12 changed files with 391 additions and 19 deletions

View File

@@ -81,3 +81,9 @@ impl From<GraphicsError> for RogError {
}
}
}
impl From<SessionError> for RogError {
fn from(err: SessionError) -> Self {
RogError::Session(err)
}
}