pub enum SwiftBridgeModuleAttr {
    SwiftBridgePath(Path),
}Expand description
An attribute within a #\[swift_bridge::bridge(...)\]
Variants
SwiftBridgePath(Path)
Sets the path for the actual swift bridge crate that contains different helpers such
as RustString.
#\[swift_bridge::bridge(swift_bridge_path = swift_bridge)\]