[][src]Trait shredder::EmptyScan

pub trait EmptyScan: Send { }

Helper trait for implementing an empty scan implementation

Safety

This is safe since an empty Scan implementation is always safe. And we can always implement GcSafe for a Send type.

Implementations on Foreign Types

impl<T> EmptyScan for &'static T where
    &'static T: Send
[src]

impl<T> EmptyScan for &'static mut T where
    &'static mut T: Send
[src]

impl EmptyScan for isize[src]

impl EmptyScan for usize[src]

impl EmptyScan for i8[src]

impl EmptyScan for u8[src]

impl EmptyScan for i16[src]

impl EmptyScan for u16[src]

impl EmptyScan for i32[src]

impl EmptyScan for u32[src]

impl EmptyScan for i64[src]

impl EmptyScan for u64[src]

impl EmptyScan for i128[src]

impl EmptyScan for u128[src]

impl EmptyScan for String[src]

impl EmptyScan for Duration[src]

impl EmptyScan for Instant[src]

Loading content...

Implementors

Loading content...