Trait vouch_lib::extension::common::FromProcess[][src]

pub trait FromProcess: Extension + Send + Sync {
    fn from_process(
        process_path: &PathBuf,
        extension_config_path: &PathBuf
    ) -> Result<Self>
    where
        Self: Sized
; }

Required methods

Initialize extension from a process.

Implementors