nushell/crates/nu-protocol/src/example.rs
2021-09-02 20:25:22 +12:00

8 lines
144 B
Rust

use crate::Value;
pub struct Example {
pub example: &'static str,
pub description: &'static str,
pub result: Option<Vec<Value>>,
}