/
githubmirror
/
ostree
Обзор
Документация
Войти
/
githubmirror
/
ostree
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
rust-bindings/src/deployment.rs
10 строк
186 B
Colin Walters
rust: Add a `stateroot()` alias in the Rust bindings
09 ноя 2023, 23:02
09 ноя 2023, 23:02
3535b58
Код
Авторство
О чём код?
use glib::GString; use crate::Deployment; impl Deployment { /// Access the name of the deployment stateroot. pub fn stateroot(&self) -> GString { self.osname() } }