Docs.rs
ruva-0.18.2
ruva 0.18.2
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
Migorithm
Dependencies
regex ^1.10.6
normal
ruva-core ^0.18.2
normal
ruva-macro ^0.18.2
normal
static_assertions ^1.1.0
normal
serde ^1.0.179
dev
Versions
100%
of the crate is documented
Go to latest version
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
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
ruva
0.18.2
Application
Error
Implementations on Foreign Types
()
Trait Implementations
From<BaseError>
Implementors
In crate ruva
Trait
ruva
::
ApplicationError
Copy item path
source
·
[
−
]
pub trait ApplicationError: 'static +
Debug
+
Send
+
Sync
{ }
Trait Implementations
§
source
§
impl
From
<
BaseError
> for
Box
<dyn
ApplicationError
>
source
§
fn
from
(value:
BaseError
) ->
Box
<dyn
ApplicationError
>
Converts to this type from the input type.
Implementations on Foreign Types
§
source
§
impl
ApplicationError
for
()
Implementors
§
source
§
impl
ApplicationError
for
BaseError