Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
418
pub trait TypedRequest {
419
type Response;
420
421
fn method(&self) -> &str;
422
}
423
424
#[derive(Debug)]
425
pub struct TryFromResponseError;
Callers
nothing calls this directly
Implementers
1
model.rs
cln-rpc/src/model.rs
Calls
no outgoing calls
Tested by
no test coverage detected