Struct cranelift_isle::ast::Defs [−][src]
pub struct Defs {
pub defs: Vec<Def>,
pub filenames: Vec<Arc<str>>,
pub file_texts: Vec<Arc<str>>,
}
Expand description
The parsed form of an ISLE file.
Fields
defs: Vec<Def>
filenames: Vec<Arc<str>>
file_texts: Vec<Arc<str>>
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Defs
impl UnwindSafe for Defs
Blanket Implementations
Mutably borrows from an owned value. Read more