mirror of
https://github.com/ouch-org/ouch.git
synced 2025-06-08 20:45:29 +00:00
6 lines
93 B
Rust
6 lines
93 B
Rust
#[derive(Debug)]
|
|
pub struct PrintMessage {
|
|
pub contents: String,
|
|
pub accessible: bool,
|
|
}
|