embassy-stm32

Crates

git

Versions

stm32h745bi-cm7

Flavors

Skip to main content

BorrowedChannel

Trait BorrowedChannel 

Source
pub trait BorrowedChannel<'a, T>: SealedBorrowedChannel<'a, T> { }
Expand description

Anything that can be turned into a BorrowedAdcChannel: a &mut to a channel, or a borrowed channel itself.

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§

Source§

impl<'a, T, C: SealedBorrowedChannel<'a, T>> BorrowedChannel<'a, T> for C