Generate extension API shims
This commit is contained in:
@@ -136,3 +136,15 @@ pub struct Span<T>(pub PhantomData<fn(T)>);
|
||||
pub struct RandomSource;
|
||||
|
||||
pub struct IAsyncEnumerable<T>(pub PhantomData<fn() -> T>);
|
||||
|
||||
pub struct ImmutableDictionary<TKey, TValue>(pub PhantomData<fn(TKey, TValue)>);
|
||||
|
||||
pub struct ImmutableList<T>(pub PhantomData<fn(T)>);
|
||||
|
||||
pub struct ICollection;
|
||||
|
||||
pub struct UnicodeCategory(pub i32);
|
||||
|
||||
pub struct TextEncoding;
|
||||
|
||||
pub struct SocketException;
|
||||
|
||||
Reference in New Issue
Block a user