Docs.rs
strict_encoding-2.0.1
strict_encoding 2.0.1
Docs.rs crate page
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
dr-orlovsky
Dependencies
amplify ^4.0.0-beta.20
normal
half ^2.1.0
normal
serde ^1
normal
strict_encoding_derive ^2.0.0
normal
amplify ^4.0.0-beta.19
dev
rand ^0.8.5
dev
strict_encoding_test ^2.0.0-alpha.1
dev
Versions
0%
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
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
☰
TypedParent
TypedParent
Implementors
In strict_encoding
Modules
ascii
constants
Macros
fname
impl_strict_newtype
impl_strict_struct
libname
strict_dumb
tn
vname
Structs
FieldName
Ident
LibName
NumInfo
NumSize
Primitive
Sizing
StrictReader
StrictWriter
StructWriter
TypeInfo
TypeName
UnionWriter
Variant
VariantError
Enums
Bool
DecodeError
DeserializeError
InvalidIdent
NumCls
SerializeError
TypeClass
U4
Constants
NO_LIB
STD_LIB
STRICT_TYPES_LIB
Traits
DefineEnum
DefineStruct
DefineTuple
DefineUnion
ReadStruct
ReadTuple
ReadUnion
SplitParent
StrictDecode
StrictDeserialize
StrictDumb
StrictEncode
StrictEnum
StrictParent
StrictProduct
StrictSerialize
StrictStruct
StrictSum
StrictTuple
StrictType
StrictUnion
TypedParent
TypedRead
TypedWrite
WriteEnum
WriteStruct
WriteTuple
WriteUnion
Type Definitions
VariantName
?
Trait
strict_encoding
::
TypedParent
source
·
[
−
]
pub trait TypedParent:
Sized
{ }
Implementors
§
source
§
impl<W:
Write
>
TypedParent
for
StrictWriter
<W>
source
§
impl<W:
Write
>
TypedParent
for
UnionWriter
<W>