mysqladm::cli::user_command

Function handle_command

Source
pub async fn handle_command(
    command: UserCommand,
    server_connection: Framed<Framed<UnixStream, LengthDelimitedCodec>, Response, Request, Bincode<Response, Request>>,
) -> Result<()>