Skip to main content

get

Function get 

Source
pub async fn get<P: TcpPool + Send>(
    pool: Arc<P>,
    key: &str,
) -> Result<TcpStream, Error>