pub fn for_linkedlist_index_mut<T>(
index: usize,
) -> WritableOptionalKeyPath<LinkedList<T>, T, impl for<'r> Fn(&'r mut LinkedList<T>) -> Option<&'r mut T>>Expand description
Create a writable keypath for indexed access in LinkedList
pub fn for_linkedlist_index_mut<T>(
index: usize,
) -> WritableOptionalKeyPath<LinkedList<T>, T, impl for<'r> Fn(&'r mut LinkedList<T>) -> Option<&'r mut T>>Create a writable keypath for indexed access in LinkedList