pub fn delete(conn: &Connection, id: &str) -> Result<bool>Expand description
Delete a subscription by id. Returns true if a row was removed.
pub fn delete(conn: &Connection, id: &str) -> Result<bool>Delete a subscription by id. Returns true if a row was removed.