karyon_
jsonrpc
0.2.1
ToEndpoint
Required Methods
to_endpoint
Implementations on Foreign Types
&str
String
Implementors
In karyon_
jsonrpc::
net
karyon_jsonrpc
::
net
Trait
ToEndpoint
Copy item path
Source
pub trait ToEndpoint { // Required method fn
to_endpoint
(&self) ->
Result
<
Endpoint
,
Error
>; }
Required Methods
§
Source
fn
to_endpoint
(&self) ->
Result
<
Endpoint
,
Error
>
Implementations on Foreign Types
§
Source
§
impl
ToEndpoint
for &
str
Source
§
fn
to_endpoint
(&self) ->
Result
<
Endpoint
,
Error
>
Source
§
impl
ToEndpoint
for
String
Source
§
fn
to_endpoint
(&self) ->
Result
<
Endpoint
,
Error
>
Implementors
§
Source
§
impl
ToEndpoint
for
Endpoint