mirror of
https://github.com/sxyazi/yazi.git
synced 2026-07-25 08:41:05 +00:00
7 lines
127 B
Rust
7 lines
127 B
Rust
use yazi_shared::strand::StrandBuf;
|
|
|
|
#[derive(Debug, Clone)]
|
|
pub struct CmpItem {
|
|
pub name: StrandBuf,
|
|
pub is_dir: bool,
|
|
}
|