pub trait Cw721<T, C>: Cw721Execute<T, C> + Cw721Query<T>where
    T: Serialize + DeserializeOwned + Clone,
    C: CustomMsg,
{ }

Implementors