laminarmq_
io
0.1.0
Fallible
Entity
Required Associated Types
Error
Implementors
In laminarmq_
io::
io_
types
Trait
laminarmq_io
::
io_types
::
FallibleEntity
Copy item path
source
·
[
−
]
pub trait FallibleEntity { type
Error
:
From
<
IntegerConversionError
>; }
Required Associated Types
§
source
type
Error
:
From
<
IntegerConversionError
>
Implementors
§
source
§
impl
FallibleEntity
for
BufferedFile
source
§
type
Error
=
BufferedFileError
source
§
impl
FallibleEntity
for
DmaFile
source
§
type
Error
=
DmaFileError
source
§
impl
FallibleEntity
for
TokioUringFile
source
§
type
Error
=
TokioUringFileError
source
§
impl<BM>
FallibleEntity
for
AwsS3BackedFile
<BM>
source
§
type
Error
=
AwsS3Error
source
§
impl<K, const FA:
bool
>
FallibleEntity
for
TokioFile
<K, FA>
source
§
type
Error
=
TokioFileError
source
§
impl<R>
FallibleEntity
for
AsyncReadStreamRead
<R>
where R:
FallibleEntity
,
source
§
type
Error
= <R as
FallibleEntity
>::
Error
source
§
impl<R, P, S>
FallibleEntity
for
BufAppender
<R, P, S>
where R:
FallibleEntity
,
source
§
type
Error
=
BufAppenderError
<<R as
FallibleEntity
>::
Error
>
source
§
impl<R, P, S>
FallibleEntity
for
BufReader
<R, P, S>
where R:
FallibleEntity
,
source
§
type
Error
=
BufReaderError
<<R as
FallibleEntity
>::
Error
>
source
§
impl<R, S>
FallibleEntity
for
ReadLimitedAsyncRead
<R, S>
where R:
FallibleEntity
,
source
§
type
Error
= <R as
FallibleEntity
>::
Error