pub type RpcStateGetResponse = Result<Value, RpcStateGetError>;Aliased Type§
pub enum RpcStateGetResponse {
Ok(Value),
Err(RpcStateGetError),
}pub type RpcStateGetResponse = Result<Value, RpcStateGetError>;pub enum RpcStateGetResponse {
Ok(Value),
Err(RpcStateGetError),
}