☰
TestTermination
Required Methods
is_success
Implementations on Foreign Types
()
Result<T, E>
Implementors
In sqlx_core::testing
?
Trait
sqlx_core
::
testing
::
TestTermination
source
·
[
−
]
pub trait TestTermination { fn
is_success
(&self) ->
bool
; }
Required Methods
source
fn
is_success
(&self) ->
bool
Implementations on Foreign Types
source
impl
TestTermination
for
()
source
fn
is_success
(&self) ->
bool
source
impl<T, E>
TestTermination
for
Result
<T, E>
source
fn
is_success
(&self) ->
bool
Implementors