Document public types in nu-protocol (#12906)

- **Doc-comment public `nu-protocol` modules**
- **Doccomment argument/signature/call stuff**
- **Doccomment cell path types**
- **Doccomment expression stuff**
- **Doccomment import patterns**
- **Doccomment pattern matching AST nodes**
This commit is contained in:
Stefan Holderbach
2024-07-11 13:30:12 +02:00
committed by GitHub
parent 9de7f931c0
commit 076a29ae19
20 changed files with 107 additions and 7 deletions

View File

@ -6,6 +6,7 @@ use crate::{
use serde::{Deserialize, Serialize};
use std::sync::Arc;
/// Wrapper around [`Expr`]
#[derive(Debug, Clone, PartialEq, Serialize, Deserialize)]
pub struct Expression {
pub expr: Expr,