Trait hotg_runicos_base_runtime::OutputFactory [−][src]
pub trait OutputFactory: Send + Sync + 'static {
fn new_output(
&self,
inputs: Option<&[Shape<'_>]>
) -> Result<Box<dyn Output>, Error>;
}
pub trait OutputFactory: Send + Sync + 'static {
fn new_output(
&self,
inputs: Option<&[Shape<'_>]>
) -> Result<Box<dyn Output>, Error>;
}