Struct tvm::ir::source_map::SourceMapNode [−][src]
#[repr(C)]pub struct SourceMapNode {
pub base: Object,
pub source_map: Map<SourceName, Source>,
}Expand description
A mapping from a unique source name to source fragments.
Fields
base: ObjectThe base object.
source_map: Map<SourceName, Source>The source mapping.
Trait Implementations
Performs the conversion.
Auto Trait Implementations
impl RefUnwindSafe for SourceMapNode
impl !Send for SourceMapNode
impl !Sync for SourceMapNode
impl Unpin for SourceMapNode
impl UnwindSafe for SourceMapNode
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more
