Generate world and social API shims
This commit is contained in:
@@ -134,3 +134,5 @@ pub struct TypeId(pub &'static str);
|
||||
pub struct Span<T>(pub PhantomData<fn(T)>);
|
||||
|
||||
pub struct RandomSource;
|
||||
|
||||
pub struct IAsyncEnumerable<T>(pub PhantomData<fn() -> T>);
|
||||
|
||||
Reference in New Issue
Block a user