let stake = try_from_slice_unchecked::<StakePool>(&stake_pool.data.borrow())?;
i have tried try_from, try_from_slice,unchecheked and with schema as well, but I get this same error,
the trait bound `spl_stake_pool::state::StakePool: BorshDeserialize` is not satisfiedthe following other types implement trait `BorshDeserialize`:
Can anyone help me on this?