Trait testcall::TestDir[][src]

pub trait TestDir {
    fn path(&self) -> &Path;
}
Expand description

Trait for test directoy objects

Required methods

Returns the underlying Path of an TestDir implementation

Implementations on Foreign Types

Implementors