[][src]Function safe_authenticator::ipc::decode_ipc_msg

pub fn decode_ipc_msg(
    client: &AuthClient,
    msg: IpcMsg
) -> Box<AuthFuture<Result<IpcMsg, (i32, String, CString)>>>

Decodes a given encoded IPC message and returns either an IpcMsg struct or an error code + description & an encoded IpcMsg::Resp in case of an error