Skip to main content

SshCertFactoryExt

Trait SshCertFactoryExt 

Source
pub trait SshCertFactoryExt {
    // Required method
    fn ssh_cert(
        &self,
        label: impl AsRef<str>,
        spec: SshCertSpec,
    ) -> SshCertFixture;
}

Required Methods§

Source

fn ssh_cert(&self, label: impl AsRef<str>, spec: SshCertSpec) -> SshCertFixture

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementations on Foreign Types§

Source§

impl SshCertFactoryExt for Factory

Source§

fn ssh_cert(&self, label: impl AsRef<str>, spec: SshCertSpec) -> SshCertFixture

Implementors§