Trait tensile::BoxTestable[][src]

pub trait BoxTestable: Send {
    type Error;
    fn test_box(self: Box<Self>) -> TestFuture<Self::Error>;
}

Associated Types

Required Methods

Implementors