pub fn with_backend<F, R>(backend: &str, f: F) -> FFTResult<R>where F: FnOnce() -> R,
Convenience function for using a specific backend