Enum tree_sitter_cli::test::TestEntry [−][src]
pub enum TestEntry {
Group {
name: String,
children: Vec<TestEntry>,
file_path: Option<PathBuf>,
},
Example {
name: String,
input: Vec<u8>,
output: String,
has_fields: bool,
},
}Variants
Group
Example
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for TestEntry
impl UnwindSafe for TestEntry
Blanket Implementations
Mutably borrows from an owned value. Read more
Compare self to key and return true if they are equal.
