Trait NodeArg

Source
pub trait NodeArg:
    Send
    + Sync
    + DynClone
    + 'static { }

Implementors§

Source§

impl<T: Send + Sync + Debug + 'static + Clone> NodeArg for T