Docs.rs
anvilforge-cast-0.3.6
anvilforge-cast 0.3.6
Docs.rs crate page
MIT
Links
Homepage
Repository
crates.io
Source
Owners
CovertError
Dependencies
anvilforge-cast-core ^0.3.6
normal
anvilforge-cast-derive ^0.3.6
normal
sea-query ^0.32
normal
sqlx ^0.8
normal
Versions
100%
of the crate is documented
Platform
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Skip to main content
TestTermination
cast
0.3.6
Test
Termination
Required Methods
is_success
Implementations on Foreign Types
()
Result<T, E>
Implementors
In cast::
sqlx::
testing
cast
::
sqlx
::
testing
Trait
Test
Termination
Copy item path
Source
pub trait TestTermination { // Required method 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
§