Trait popcorn::backend::Backend [] [src]

pub trait Backend<F: Framework> {
    fn device(&self) -> &F::D;
}

Required Methods

Implementors