Module util

Module util 

Source

Traitsยง

EnteredTraceSpan
A marker trait returned by crate::interpret::Machine::enter_trace_span, identifying either a real tracing::span::EnteredSpan in case tracing is enabled, or the dummy type () when tracing is disabled. Also see crate::enter_trace_span! below.

Functionsยง

create_static_alloc ๐Ÿ”’
ensure_monomorphic_enough ๐Ÿ”’
Checks whether a type contains generic parameters which must be instantiated.