pub(crate) fn get_status(
booted_ostree: &BootedOstree<'_>,
) -> Result<(Deployments, Host)>Expand description
Gather the ostree deployment objects, but also extract metadata from them into a more native Rust structure.
pub(crate) fn get_status(
booted_ostree: &BootedOstree<'_>,
) -> Result<(Deployments, Host)>Gather the ostree deployment objects, but also extract metadata from them into a more native Rust structure.