Docs.rs
binary_codec_sv2-1.0.0
binary_codec_sv2 1.0.0
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
Fi3
SV2-bot
Dependencies
buffer_sv2 ^1.0.0
normal
optional
quickcheck ^1.0.0
normal
optional
Versions
20.29%
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
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
binary_codec_sv2
1.0.0
Str0255
Aliased type
Trait Implementations
TryFrom<String>
In crate binary_codec_sv2
?
Type Alias
binary_codec_sv2
::
Str0255
source
·
[
−
]
pub type Str0255<'a> = Inner<'a, false, 1, 1, 255>;
Aliased Type
§
enum Str0255<'a> {}
Variants
§
Trait Implementations
§
source
§
impl<'a>
TryFrom
<
String
> for
Str0255
<'a>
§
type
Error
=
Error
The type returned in the event of a conversion error.
source
§
fn
try_from
(value:
String
) ->
Result
<Self, Self::
Error
>
Performs the conversion.