Struct jsonrpc::MethodCompletable [] [src]

pub struct MethodCompletable<RET: Serialize, RET_ERROR: Serialize> { /* fields omitted */ }

Helper type that wraps a ResponseCompletable, and binds the possible completion to a result MethodResult<RET, RET_ERROR>

Methods

impl<RET: Serialize, RET_ERROR: Serialize> MethodCompletable<RET, RET_ERROR>
[src]