Skip to main content

vtable_receiver_is_by_value

Function vtable_receiver_is_by_value 

Source
pub fn vtable_receiver_is_by_value<'tcx>(
    tcx: TyCtxt<'tcx>,
    method_decl_id: DefId,
) -> bool
Expand description

Whether the trait method declared by method_decl_id takes self: Self by value.