Trait conch_runtime::spawn::Ref [] [src]

pub trait Ref: Copy { }

A marker trait for any reference.

Implementations on Foreign Types

impl<'a, T> Ref for &'a T
[src]

Implementors