Trait leo_test_framework::runner::Namespace[][src]

pub trait Namespace {
    fn parse_type(&self) -> ParseType;
fn run_test(&self, test: Test) -> Result<Value, String>; }

Required methods

Implementors