Skip to main content

builtin_deprecated

Function builtin_deprecated 

Source
fn builtin_deprecated(
    args: &[RValue],
    _: &[(String, RValue)],
) -> Result<RValue, RError>
Expand description

.Deprecated — warn that a function is deprecated.

@param new replacement function name @param package package name @param msg custom message @namespace base