Function handle_prepare

Source
pub async fn handle_prepare(
    _name: Ident,
    _data_types: Vec<DataType>,
    _statement: Box<Statement>,
) -> Result<RwPgResponse, RwError>