Trait breadthread::Completer[][src]

pub trait Completer {
    fn complete<T: Any + Send>(&mut self, object: T);
}
Expand description

Represents an object that is used to complete a directive process.

Required methods

Complete this object.

Implementors