| 1 | use crate::csharp_ident::ToCSharpIdent; |
| 2 | use crate::function::ResourceInfo; |
| 3 | use crate::interface::{InterfaceFragment, InterfaceGenerator, InterfaceTypeAndFragments}; |
| 4 | use crate::{CSharpRuntime, Opts}; |
nothing calls this directly
no outgoing calls
no test coverage detected