[][src]Function mycelium_lib::prelude::tcp_call_resposne

pub fn tcp_call_resposne<S>(
    ip: S,
    port: S,
    request: String
) -> Result<String, Error> where
    S: Into<String>,