Function order_by_is_above

Source
pub async fn order_by_is_above<T>(items: Vec<T>) -> Result<Vec<T>, Error>
where T: HasUuid + HasIsAbove,