Function moras::remote::utils::priority_lsit::get_cursor

source ยท
pub fn get_cursor<'a, C>(
    list: &'a mut LinkedList<C::Type>,
    value: &C::Type,
) -> Option<CursorMut<'a, C::Type>>
where C: PartialEq + GetCmpType, C::Type: Debug,