MCPcopy Create free account
hub / github.com/ElementsProject/lightning / IntoRequest

Interface IntoRequest

cln-rpc/src/model.rs:414–416  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

412
413
414pub trait IntoRequest: Into<Request> {
415 type Response: TryFrom<Response, Error = TryFromResponseError>;
416}
417
418pub trait TypedRequest {
419 type Response;

Callers

nothing calls this directly

Implementers 1

model.rscln-rpc/src/model.rs

Calls

no outgoing calls

Tested by

no test coverage detected