Last active
January 28, 2021 21:47
-
-
Save sanket1729/ea31fd0df897f0d9b07b974b1628daf5 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
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