Skip to main content

EOS_EResult_ToString

Function EOS_EResult_ToString 

Source
pub unsafe extern "C" fn EOS_EResult_ToString(
    Result: EOS_EResult,
) -> *const c_char
Expand description

Returns a string representation of an EOS_EResult. The return value is never null. The return value must not be freed.

Example: EOS_EResult_ToString(EOS_Success) returns “EOS_Success”