Skip to main content

standard_associated_binding

Function standard_associated_binding 

Source
pub fn standard_associated_binding(
    receiver: &str,
    method: &str,
) -> Option<&'static StdBinding>
Expand description

The standard-library binding for Receiver.method(...), a call on the type’s own name, if that associated function’s body has moved out of Rust.

Only StdBindingKind::Associated entries answer here, for the reason standard_binding gives.