struct Import [src]
Fields
res_ty: RefThe result type of the import, or .none if none was available.
path: NullTerminatedStringThe import path.
Source
pub const Import = struct {
/// The result type of the import, or `.none` if none was available.
res_ty: Ref,
/// The import path.
path: NullTerminatedString,
}