fn render_deref_methods(
w: impl Write,
cx: &Context<'_>,
impl_: &Impl,
container_item: &Item,
deref_mut: bool,
derefs: &mut DefIdSet,
)
Expand description
derefs
is the set of all deref targets that have already been handled.