template <>

class WireWeakAsyncClientImpl

Defined at line 3457 of file fidling/gen/sdk/fidl/fuchsia.element/fuchsia.element/cpp/fidl/fuchsia.element/cpp/wire_messaging.h

Public Methods

::fidl::internal::WireThenable< ::fuchsia_element::Manager::ProposeElement> ProposeElement (::fuchsia_element::wire::Spec spec, ::fidl::ServerEnd< ::fuchsia_element::Controller> && controller)

The request and callback are allocated on the heap.

::fidl::internal::WireThenable< ::fuchsia_element::Manager::RemoveElement> RemoveElement (::fidl::StringView name)

Removes the element identified by `name` from the session. If the element is a persistent

element, it is removed permanently. Any persistent storage that the element might have used

is left untouched.

The request and callback are allocated on the heap.