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".