WSMethodResultIsFault

Function WSMethodResultIsFault 

Source
pub unsafe extern "C-unwind" fn WSMethodResultIsFault(
    method_result: Option<&CFDictionary>,
) -> bool
๐Ÿ‘ŽDeprecated: No longer supported
Available on crate feature WSMethodInvocation only.
Expand description

ยงSafety

  • method_result generics must be of the correct type.
  • method_result might not allow None.