Docs.rs
ospf-rust-base-0.1.0
ospf-rust-base 0.1.0
Permalink
Docs.rs crate page
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
fuookami
Dependencies
paste ^1.0.15
normal
strum ^0.26.3
normal
Versions
0%
of the crate is documented
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
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
ExError
ospf_
rust_
base
0.1.0
ExError
Required Methods
arg
Implementors
In ospf_
rust_
base::
error
Structs
ApplicationError
DomainError
ExApplicationError
ExDomainError
ExFilesystemError
ExInvalidArgument
ExLengthError
ExOutOfRange
ExOverflowError
ExRangeError
ExSystemError
ExUnderflowError
FilesystemError
InvalidArgument
LengthError
Ok
OutOfRange
OverflowError
RangeError
SystemError
UnderflowError
Enums
ErrorCode
Constants
OK
Traits
Error
ExError
ExLogicError
ExRuntimeError
LogicError
RuntimeError
ospf_rust_base
::
error
Trait
ExError
Copy item path
Settings
Help
Summary
Source
pub trait ExError<T:
Sized
>:
Error
{ // Required method fn
arg
(&self) -> &
Option
<T>; }
Required Methods
§
Source
fn
arg
(&self) -> &
Option
<T>
Implementors
§
Source
§
impl<T:
Sized
>
ExError
<T> for
ExApplicationError
<T>
Source
§
impl<T:
Sized
>
ExError
<T> for
ExDomainError
<T>
Source
§
impl<T:
Sized
>
ExError
<T> for
ExFilesystemError
<T>
Source
§
impl<T:
Sized
>
ExError
<T> for
ExInvalidArgument
<T>
Source
§
impl<T:
Sized
>
ExError
<T> for
ExLengthError
<T>
Source
§
impl<T:
Sized
>
ExError
<T> for
ExOutOfRange
<T>
Source
§
impl<T:
Sized
>
ExError
<T> for
ExOverflowError
<T>
Source
§
impl<T:
Sized
>
ExError
<T> for
ExRangeError
<T>
Source
§
impl<T:
Sized
>
ExError
<T> for
ExSystemError
<T>
Source
§
impl<T:
Sized
>
ExError
<T> for
ExUnderflowError
<T>