Function moras::remote::utils::priority_lsit::list_check_and_del

source ยท
pub fn list_check_and_del<C>(
    list: &mut LinkedList<C::Type>,
    value: &C::Type,
) -> bool
where C: PartialEq + GetCmpType, C::Type: Debug,