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

Interface IntoRequest

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

Source from the content-addressed store, hash-verified

120
121
122pub trait IntoRequest: Into<Request> {
123 type Response: TryFrom<Response, Error = TryFromResponseError>;
124}
125
126#[derive(Debug)]
127pub struct TryFromResponseError;

Callers

nothing calls this directly

Implementers 1

model.rscln-rpc/src/model.rs

Calls

no outgoing calls

Tested by

no test coverage detected