Struct int_compute_primary_name::Factory
[−]
[src]
pub struct Factory;
The factory for Compute
.
Trait Implementations
impl CompFactory for Factory
[src]
fn create(
self,
logger: &Logger,
_handle: Handle,
channel: UpdateSenderUnbounded
) -> Box<IntCompute>
[−]
self,
logger: &Logger,
_handle: Handle,
channel: UpdateSenderUnbounded
) -> Box<IntCompute>
Creates the corresponding computation. Read more