git-plumber 0.1.3

Explore git internals, the plumbing
Documentation
1
2
3
4
5
use crate::tui::widget::loose_obj_details::LooseObjectWidget;

pub struct LooseObjectViewState {
    pub loose_widget: LooseObjectWidget,
}