pub trait TaskCommandContent: Serialize + Debug + Clone + Send + Sync + BorshDeserialize + BorshSerialize { }

Implementors§