Docs.rs
platform-serial-linux-1.0.0
platform-serial-linux 1.0.0
Docs.rs crate page
Links
Repository
crates.io
Source
Owners
boshtannik
Dependencies
embedded-hal ^0.2.7
normal
lazy_static ^1.4.0
normal
nb ^0.1.3
normal
platform-serial ^1.0.1
normal
serial-core ^0.4.0
normal
serial-embedded-hal ^0.1.2
normal
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
platform_serial_linux
1.0.0
PlatformSerial
Object Safety
Implementors
In crate platform_serial_linux
?
Trait
platform_serial_linux
::
PlatformSerial
source
·
[
−
]
pub trait PlatformSerial<Word>:
Read
<Word> +
Write
<Word> +
Default
{ }
Object Safety
§
This trait is
not
object safe
.
Implementors
§
source
§
impl
PlatformSerial
<
u8
> for
LinuxSerial