Docs.rs
git-igitt-0.1.18
git-igitt 0.1.18
Permalink
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
mlange-42
Dependencies
clap ^4.0
normal
crossterm ^0.25
normal
optional
git-graph ^0.5.3
normal
git2 ^0.15
normal
itertools ^0.10
normal
lazy_static ^1.4
normal
muncher ^0.7
normal
platform-dirs ^0.3
normal
syntect ^5.0
normal
textwrap ^0.16
normal
toml ^0.5
normal
tui ^0.19
normal
unicode-width ^0.1
normal
yansi ^0.5
normal
Versions
0.42%
of the crate is documented
Platform
i686-unknown-linux-gnu
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
git_
igitt
0.1.18
List
Item
Required Methods
is_selectable
Implementors
In git_
igitt::
widgets::
list
git_igitt
::
widgets
::
list
Trait
ListItem
Copy item path
Source
pub trait ListItem { // Required method fn
is_selectable
(&self) ->
bool
; }
Required Methods
§
Source
fn
is_selectable
(&self) ->
bool
Implementors
§
Source
§
impl
ListItem
for
BranchItem
Source
§
impl
ListItem
for
DiffItem
Source
§
impl<'a>
ListItem
for
BranchListItem
<'a>