pub trait ConnectionMethodDetail {
    // Required method
    fn get(connection_method_id: String) -> ConnectionMethodDetailGetResponse;
}

Required Methods§

Implementors§