Type Definition holochain_websocket::Response[][src]

type Response = Box<dyn FnOnce(SerializedBytes) -> MustBoxFuture<'static, WebsocketResult<()>> + Send + Sync + 'static>;
Expand description

Closure for responding to a Respond::Request