Test
Termination
hoprd_
migration
0.1.0
Test
Termination
Required Methods
is_success
Implementations on Foreign Types
()
Result<T, E>
Implementors
In hoprd_
migration::
sea_
orm::
sqlx::
testing
Structs
FixtureSnapshot
TestArgs
TestContext
TestFixture
Traits
TestFn
TestSupport
TestTermination
hoprd_migration
::
sea_orm
::
sqlx
::
testing
Trait
TestTermination
Copy item path
Settings
Help
Summary
pub trait TestTermination { // Required method fn
is_success
(&self) ->
bool
; }
Required Methods
§
fn
is_success
(&self) ->
bool
Implementations on Foreign Types
§
§
impl
TestTermination
for
()
§
fn
is_success
(&self) ->
bool
§
impl<T, E>
TestTermination
for
Result
<T, E>
§
fn
is_success
(&self) ->
bool
Implementors
§