Trait aesm_client::unix::AesmClientExt

source ·
pub trait AesmClientExt {
    // Required method
    fn with_path<P: AsRef<Path>>(path: P) -> Self;
}

Required Methods§

source

fn with_path<P: AsRef<Path>>(path: P) -> Self

Object Safety§

This trait is not object safe.

Implementors§