Can1Trait

Trait Can1Trait 

Source
pub trait Can1Trait {
    // Required method
    fn build(self, tx: Can1Tx, rx: Can1Rx) -> Can<'static>;
}
Expand description

can1 trait

Required Methods§

Source

fn build(self, tx: Can1Tx, rx: Can1Rx) -> Can<'static>

build bx_can instance, more see Can1Builder::build

Implementations on Foreign Types§

Source§

impl Can1Trait for CAN1

Source§

fn build(self, tx: Can1Tx, rx: Can1Rx) -> Can<'static>

Implementors§