nushell/crates/nu-protocol/src/example.rs
2021-10-09 14:10:10 +01:00

8 lines
139 B
Rust

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