Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save TheOpenDevProject/a3442269cac7fb532158e635cfac7ce5 to your computer and use it in GitHub Desktop.
Save TheOpenDevProject/a3442269cac7fb532158e635cfac7ce5 to your computer and use it in GitHub Desktop.
pub mod connection_manager {
struct DiscordConnection {
connectionUrl: String,
}
impl DiscordConnectionManager for DiscordConnection {
fn new() -> Self {}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment