Skip to content

Instantly share code, notes, and snippets.

@TheOpenDevProject
Created December 27, 2015 02:29
Show Gist options
  • Save TheOpenDevProject/1c66efe83308908b6dd4 to your computer and use it in GitHub Desktop.
Save TheOpenDevProject/1c66efe83308908b6dd4 to your computer and use it in GitHub Desktop.
struct BasicConfig {
name: String,
port: u8
}
struct ExtendedConfig: BasicConfig{
module_name: String
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment