Trait bpxe::data_object::DataObjectExt[][src]

pub trait DataObjectExt {
    fn send(&mut self, value: Box<dyn DataObject>);
}

Required methods

fn send(&mut self, value: Box<dyn DataObject>)[src]

Sends a data object into another data object

If the target data object has special handling for send (Collection, for example, appends the value to its own list), then that's the behaviour that will be chosen.

Otherwise, send will replace target data object with value

Loading content...

Implementations on Foreign Types

impl DataObjectExt for Box<dyn DataObject>[src]

Loading content...

Implementors

Loading content...