Trait ToConnectorId

Source
pub trait ToConnectorId {
    // Required method
    fn to_connector_id(&self) -> Result<(ConnectorType, u32), String>;
}
Expand description

A type that can be converted to a (ConnectorType, idx) tuple.

Required Methods§

Implementations on Foreign Types§

Source§

impl ToConnectorId for &str

Source§

impl ToConnectorId for (ConnectorType, u32)

Implementors§