Function r3::bind::bind

source ·
pub const fn bind<System, Binder, Func>(
    binder: Binder,
    func: Func
) -> BindDefiner<System, Binder, Func>
Expand description

A shorthand for Bind::define().init_with_bind(...).

See the module-level documentation for an example.