Skip to content

Instantly share code, notes, and snippets.

@sanket1729
Last active January 28, 2021 21:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sanket1729/ea31fd0df897f0d9b07b974b1628daf5 to your computer and use it in GitHub Desktop.
Save sanket1729/ea31fd0df897f0d9b07b974b1628daf5 to your computer and use it in GitHub Desktop.
let ms = match desc {
Descriptor::Sh(ref sh) => {
match sh.as_inner(){
ShInner::Wsh(wsh ) => {
match wsh.as_inner() {
WshInner::Ms(ref ms) => ms
}
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment