Error:the trait bound `solana_sdk::pubkey::Pubkey: BorshDeserialize` is not satisfied the following other types implement trait `BorshDeserialize`:
Pubkey code:
#[repr(transparent)]#[cfg_attr(feature = "frozen-abi", derive(AbiExample))]#[cfg_attr( feature = "borsh", derive(BorshSerialize, BorshDeserialize, BorshSchema), borsh(crate = "borsh"))]#[derive( Clone, Copy, Default, Deserialize, Eq, Hash, Ord, PartialEq, PartialOrd, Pod, Serialize, Zeroable,)]#[cfg_attr(test, derive(Arbitrary))]pub struct Pubkey(pub(crate) [u8; 32]);```