1
2
3
4
5
6
7
use nu_protocol::Value;

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