Struct heph::actor_ref::rpc::RpcResponse[][src]

pub struct RpcResponse<Res> { /* fields omitted */ }
Expand description

Structure to respond to an Rpc request.

Implementations

Respond to a RPC request.

Returns false if the receiving side is disconnected.

Notes

If this method returns true it doesn’t mean that respond will succeed. In fact the moment this function returns a result it could already be invalid.

Trait Implementations

Formats the value using the given formatter. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.