[][src]Trait tokio_socketcan_bcm::IntoBcmStream

pub trait IntoBcmStream {
    type Stream: Stream;
    type Error;
    fn into_bcm(self) -> Result<Self::Stream, Self::Error>;
}

Associated Types

type Stream: Stream

type Error

Loading content...

Required methods

fn into_bcm(self) -> Result<Self::Stream, Self::Error>

Loading content...

Implementors

Loading content...