Struct visionmagic::aggregation::Processor[][src]

pub struct Processor { /* fields omitted */ }

Trait Implementations

Returns the “default value” for a type. Read more

to be called once only after process ends

Type definition of input

Type definition of output

Type definition of parameters

Create a new Processor instance

Configure parameters; returns true for valid config

Provide input to Processor; returns true for valid input

Handover control to Processor to perform one unit of work; returns true when finished

Check progress; returns an integer from 0 to 100 (inclusive)

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.