Struct divans::mux::DevNull[][src]

pub struct DevNull<AllocU8: Allocator<u8>> { /* fields omitted */ }

Trait Implementations

impl<AllocU8: Allocator<u8>> Default for DevNull<AllocU8>
[src]

Returns the "default value" for a type. Read more

impl<AllocU8: Allocator<u8>> StreamDemuxer<AllocU8> for DevNull<AllocU8>
[src]

Important traits for &'a [u8]

impl<AllocU8: Allocator<u8>> StreamMuxer<AllocU8> for DevNull<AllocU8>
[src]

Auto Trait Implementations

impl<AllocU8> Send for DevNull<AllocU8> where
    AllocU8: Send,
    <AllocU8 as Allocator<u8>>::AllocatedMemory: Send

impl<AllocU8> Sync for DevNull<AllocU8> where
    AllocU8: Sync,
    <AllocU8 as Allocator<u8>>::AllocatedMemory: Sync