Function koto_runtime::type_error_with_slice

source ยท
pub fn type_error_with_slice<T>(
    expected_str: &str,
    unexpected: &[KValue],
) -> Result<T>
Expand description

Creates an error that describes a type mismatch with a slice of KValues