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

Interface TypedRequest

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

Source from the content-addressed store, hash-verified

416}
417
418pub trait TypedRequest {
419 type Response;
420
421 fn method(&self) -> &str;
422}
423
424#[derive(Debug)]
425pub 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