Searched refs:algorithm (Results 1 – 3 of 3) sorted by relevance
29 fn algorithm(&self) -> &Algorithm; in algorithm() method43 fn new(algorithm: Algorithm) -> Self; in new()58 fn algorithm(&self) -> &Algorithm; in algorithm() method
25 "src/algorithm.rs",
40 mod algorithm; module41 pub use algorithm::{read_async, write_async};