Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
parity
Mirrored projects
parity-scale-codec
Commits
6f8f5422
Unverified
Commit
6f8f5422
authored
Sep 25, 2020
by
Vladislav
Committed by
GitHub
Sep 25, 2020
Browse files
Export `WrapperTypeDecode` from lib.rs (#223)
parent
3a0dbc32
Pipeline
#108592
passed with stages
in 17 minutes and 8 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/lib.rs
View file @
6f8f5422
...
@@ -275,7 +275,7 @@ mod encode_append;
...
@@ -275,7 +275,7 @@ mod encode_append;
mod
encode_like
;
mod
encode_like
;
pub
use
self
::
codec
::{
pub
use
self
::
codec
::{
Input
,
Output
,
Error
,
Decode
,
Encode
,
Codec
,
EncodeAsRef
,
WrapperTypeEncode
,
Input
,
Output
,
Error
,
Decode
,
Encode
,
Codec
,
EncodeAsRef
,
WrapperTypeEncode
,
WrapperTypeDecode
,
OptionBool
,
DecodeLength
,
FullCodec
,
FullEncode
,
OptionBool
,
DecodeLength
,
FullCodec
,
FullEncode
,
};
};
#[cfg(feature
=
"std"
)]
#[cfg(feature
=
"std"
)]
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment