karyon_jsonrpc::net

Trait ToEndpoint

Source
pub trait ToEndpoint {
    // Required method
    fn to_endpoint(&self) -> Result<Endpoint, Error>;
}

Required Methods§

Implementations on Foreign Types§

Source§

impl ToEndpoint for &str

Source§

impl ToEndpoint for String

Implementors§