Function read_pubkey

Source
pub fn read_pubkey<T>(
    cursor: &mut Cursor<T>,
) -> Result<Pubkey, InstructionError>
where T: AsRef<[u8]>,