Struct competitive_programming_rs::test_helper::TestCaseProducer [−][src]
pub struct TestCaseProducer { /* fields omitted */ }Methods
impl TestCaseProducer[src]
impl TestCaseProducerpub fn new(filepath: &str) -> TestCaseProducer[src]
pub fn new(filepath: &str) -> TestCaseProducerpub fn new_from_directory(directory_path: &str) -> TestCaseProducer[src]
pub fn new_from_directory(directory_path: &str) -> TestCaseProducerpub fn next<T>(&mut self) -> T where
T: FromStr,
T::Err: Debug, [src]
pub fn next<T>(&mut self) -> T where
T: FromStr,
T::Err: Debug, pub fn is_empty(&self) -> bool[src]
pub fn is_empty(&self) -> boolAuto Trait Implementations
impl Send for TestCaseProducer
impl Send for TestCaseProducerimpl Sync for TestCaseProducer
impl Sync for TestCaseProducer