pub trait ConnectionFactoryMetadata {
// Required method
fn name(&self) -> String;
}
Expand description
Metadata about the product a ConnectionFactory is applicable to.
Required Methods§
Sourcefn name(&self) -> String
fn name(&self) -> String
Returns the name of the product a ConnectionFactory can connect to