Trait tensile::Testable[][src]

pub trait Testable: Send {
    type Error;
    fn test(self) -> TestFuture<Self::Error>;
}

Associated Types

Required methods

Implementations on Foreign Types

Implementors