Trait meio::Tag[][src]

pub trait Tag: Send + 'static { }
Expand description

Custom tag for LiteTask. Attached to a runtime.

Implementations on Foreign Types

impl Tag for ()[src]

Implementors

impl<T> Tag for InteractionResponder<T> where
    T: Send + 'static, 
[src]