Type Definition cerebral::trainable::BoxedTrainable

source ·
pub type BoxedTrainable<N, A, R> = Box<dyn Trainable<N, A, R> + Send>;