Docs.rs
peak-can-0.2.0
peak-can 0.2.0
Permalink
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Repository
crates.io
Source
Owners
TuEmb
Dependencies
libloading ^0.8
normal
peak-can-sys ^0.2.0
normal
Versions
28.5%
of the crate is documented
Platform
aarch64-apple-darwin
aarch64-unknown-linux-gnu
i686-pc-windows-msvc
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
SendCan
peak_
can
0.2.0
SendCan
Required Methods
send
Implementors
In peak_
can::
socket
peak_can
::
socket
Trait
SendCan
Copy item path
Source
pub trait SendCan { // Required method fn
send
(&self, frame:
CanFrame
) ->
Result
<
()
,
CanError
>; }
Required Methods
§
Source
fn
send
(&self, frame:
CanFrame
) ->
Result
<
()
,
CanError
>
Implementors
§
Source
§
impl<T: HasSendCan + Socket>
SendCan
for T