Created
September 6, 2016 13:19
-
-
Save CryZe/cbc100b305369c2be39eb2b4c8ed9c28 to your computer and use it in GitHub Desktop.
buf_read from hell
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| pub fn buf_read<R1, R2, P>(p3b: R1, simgeo: R2, frame: usize) -> Result<Array3D<P>> | |
| where R1: BufRead + Seek, | |
| R2: BufRead + Seek, | |
| P: for<'a> Phases<'a> + Zero + Clone, | |
| for<'a> <P as Phases<'a>>::Phase: FromPrimitive + Zero + Clone | |
| { | |
| ... | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment