Trait IsStreamParm

Source
pub trait IsStreamParm {
    const OUTPUT: bool;
}
Expand description

Stream parameter types

Required Associated Constants§

Source

const OUTPUT: bool

Stream direction

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§