Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
414
pub trait IntoRequest: Into<Request> {
415
type Response: TryFrom<Response, Error = TryFromResponseError>;
416
}
417
418
pub trait TypedRequest {
419
type Response;
Callers
nothing calls this directly
Implementers
1
model.rs
cln-rpc/src/model.rs
Calls
no outgoing calls
Tested by
no test coverage detected