Docs.rs
batch_oper-2.3.1
batch_oper 2.3.1
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
2A5F
Dependencies
tuples ^1.4
normal
optional
Versions
57%
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
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
ToErr
batch_
oper
2.3.1
ToErr
Required Associated Types
E
Required Methods
to_err
Implementations on Foreign Types
Option<E>
Implementors
In batch_
oper::
named_
into
batch_oper
::
named_into
Trait
ToErr
Copy item path
Source
pub trait ToErr<T:
Default
> { type
E
; // Required method fn
to_err
(self) ->
Result
<T, Self::
E
>; }
Required Associated Types
§
Source
type
E
Required Methods
§
Source
fn
to_err
(self) ->
Result
<T, Self::
E
>
Implementations on Foreign Types
§
Source
§
impl<T:
Default
, E>
ToErr
<T> for
Option
<E>
Source
§
type
E
= E
Source
§
fn
to_err
(self) ->
Result
<T, Self::
E
>
Implementors
§