Struct cocaine::service::app::App[][src]

pub struct App { /* fields omitted */ }

Application service wrapper.

Methods

impl App
[src]

Constructs an application service wrapper using the specified service.

Enqueues an event, opening a bidirectional stream on success.

Trait Implementations

impl Debug for App
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for App

impl Sync for App