Created
October 1, 2016 05:51
-
-
Save TheOpenDevProject/a3442269cac7fb532158e635cfac7ce5 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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