pub fn signatures(
receiver: &Type,
name: &str,
type_arg: Option<&Type>,
) -> Vec<Type>Expand description
Returns every applicable method signature, excluding the implicit receiver.
Multiple signatures are possible only for Tensor[T].transpose; callers
select the one whose explicit parameter count matches the authored call.