vfs::Service

Summary

Inheritance

Inherits from: vfs::internal::Node

Constructors and Destructors

Service(Connector connector)
Service(fidl::InterfaceRequestHandler< Interface > handler)

Public types

Connector using
fit::function< void(zx::channel channel, async_dispatcher_t *dispatcher)>

Public types

Connector

fit::function< void(zx::channel channel, async_dispatcher_t *dispatcher)> Connector

Public functions

Service

 Service(
  Connector connector
)

Service

 Service(
  fidl::InterfaceRequestHandler< Interface > handler
)