Type Definition higher_kinded_types::ForRef

source ·
pub type ForRef<T: ?Sized> = ForLt<fn(_: for<'_>) -> &T>;
Expand description

ForRef<T> is a macro-free alias for ForLt!(<'any> = &'any T).