Skip to main content

current_shape_table

Function current_shape_table 

Source
pub fn current_shape_table() -> Arc<ShapeTableHandle>
Expand description

Panicking variant of try_current_shape_table. Callers that are guaranteed to execute within a VM scope may prefer this for fast- fail diagnostics.

ยงPanics

Panics if no scope is active.