useanchor_lang::prelude::*;#[account]pubstructConnection{// The profile that owns this connection
pubfrom_profile: Pubkey,
// The profile that this connection is to
pubto_profile: Pubkey,
}implConnection{pubconstLEN:usize=8+std::mem::size_of::<Self>();}