☰
NewConnectionConfig
Required Methods
new
Implementors
In solana_connection_cache::connection_cache
?
Trait
solana_connection_cache
::
connection_cache
::
NewConnectionConfig
source
·
[
−
]
pub trait NewConnectionConfig:
Sized
{ // Required method fn
new
() ->
Result
<Self,
ClientError
>; }
Required Methods
§
source
fn
new
() ->
Result
<Self,
ClientError
>
Implementors
§