xray-tui 1.4.1

A layer inspector for OCI-compliant images
Documentation
1
2
3
4
5
6
7
/// Side effects that can be returned by the [super::Pane]'s action handlers.
pub enum SideEffect {
    /// The current changeset was updated.
    ChangesetUpdated,
    /// The node filters were updated.
    FiltersUpdated,
}