Skip to main content

Host

pub trait Host:
    HostDecryptionKeyOptions
    + HostEncryptionKey
    + HostDecryptionKey
    + Send { }

Implementations on Foreign Types§

Source§

impl<_T: Host + ?Sized + Send> Host for &mut _T

Implementors§