Trait svisual::SendPackage[][src]

pub trait SendPackage<V> {
    type Error;
    fn send_package(
        &mut self,
        module: &'static Name,
        values: &V
    ) -> Result<(), Self::Error>; }
Expand description

Form and send package

Associated Types

Error type

Required methods

Send package with module name

Implementors

Implementation of SendPackage for all that support embedded-hal::serial::Write