Skip to main content

ChannelLayout

Trait ChannelLayout 

Source
pub trait ChannelLayout: Copy + 'static {
    const CHANNELS: usize;
}

Required Associated Constants§

Dyn Compatibility§

This trait is not dyn compatible.

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

Implementors§