ProductEditorSegment docstrings
This commit is contained in:
parent
689ac95486
commit
71d8fefc3c
1 changed files with 3 additions and 0 deletions
|
@ -19,7 +19,10 @@ use {
|
|||
|
||||
#[derive(Clone)]
|
||||
pub enum ProductEditorSegment {
|
||||
/// Terminal Node, i.e. literal, immutable string
|
||||
T( String, usize ),
|
||||
|
||||
/// Nonterminal Node, i.e. sub-editor for type t
|
||||
N {
|
||||
t: TypeTerm,
|
||||
editor: Option<NestedNode>,
|
||||
|
|
Loading…
Reference in a new issue