pub trait ReferenceExt {
    fn attach(self, handle: &Handle) -> Reference<'_>;
}
Expand description

Extensions for references.

Required methods

Attach easy::Handle to the given reference. It can be detached later with [detach()].

Implementations on Foreign Types

Implementors