pub trait NodeSecretExtension {
    // Required method
    fn write_to_file_if_defined(
        &self,
        temp_dir: &impl PathChild
    ) -> Option<PathBuf>;
}

Required Methods§

source

fn write_to_file_if_defined(&self, temp_dir: &impl PathChild) -> Option<PathBuf>

Implementations on Foreign Types§

source§

impl NodeSecretExtension for NodeSecret

source§

fn write_to_file_if_defined(&self, temp_dir: &impl PathChild) -> Option<PathBuf>

Implementors§