Trait openfare_lib::extension::common::FromProcess
source · [−]pub trait FromProcess: Extension + Send + Sync {
fn from_process(
process_path: &PathBuf,
extension_config_path: &PathBuf
) -> Result<Self>
where
Self: Sized;
}