nushell/crates/nu-protocol/src/example.rs

8 lines
144 B
Rust
Raw Normal View History

2021-09-02 10:25:22 +02:00
use crate::Value;
pub struct Example {
pub example: &'static str,
pub description: &'static str,
pub result: Option<Vec<Value>>,
}