Function mentat_ffi::typed_value_into_entid [] [src]

#[no_mangle]
pub unsafe extern "C" fn typed_value_into_entid(
    typed_value: *mut Binding
) -> Entid

Consumes a Binding and returns the value as an Entid.

Panics

If the ValueType of the Binding is not ValueType::Ref.