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