mirror of
https://github.com/arnaucube/poulpy.git
synced 2026-02-10 21:26:41 +01:00
updated repo for publishing (#74)
This commit is contained in:
committed by
GitHub
parent
0be569eca0
commit
62eb87cc07
6
poulpy-backend/src/hal/api/module.rs
Normal file
6
poulpy-backend/src/hal/api/module.rs
Normal file
@@ -0,0 +1,6 @@
|
||||
use crate::hal::layouts::Backend;
|
||||
|
||||
/// Instantiate a new [crate::hal::layouts::Module].
|
||||
pub trait ModuleNew<B: Backend> {
|
||||
fn new(n: u64) -> Self;
|
||||
}
|
||||
Reference in New Issue
Block a user