Searched defs:VdaConnection (Results 1 – 2 of 2) sorted by relevance
31 pub struct VdaConnection { struct36 impl VdaConnection { implementation58 impl Drop for VdaConnection { implementation
31 pub(super) fn new(connection: &Rc<VdaConnection>, profile: Profile) -> Option<Self> { in new()