Struct fibers_rpc::server::NoReply [] [src]

pub struct NoReply { /* fields omitted */ }

This represents a task for handling an RPC notification.

Methods

impl NoReply
[src]

[src]

Makes a NoReply instance which will execute future for handling the notification.

[src]

Makes a NoReply instance which has no task.

Trait Implementations

impl Debug for NoReply
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for NoReply

impl !Sync for NoReply