Skip to main content
FunctionalTestFn
quorum_
public
0.1.0
In quorum_
public::
tests
quorum_public
::
tests
Type Alias
Functional
Test
Fn
Copy item path
Source
type FunctionalTestFn =
fn
() -> BoxFuture<'static,
Result
<
TestResult
,
String
>>;