mirror of
https://github.com/asterinas/asterinas.git
synced 2025-06-17 02:26:46 +00:00
20 lines
326 B
TOML
20 lines
326 B
TOML
[components]
|
|
foo2 = { name = "foo2" }
|
|
bar2 = { name = "bar2" }
|
|
|
|
[whitelist]
|
|
[whitelist.foo2.FooTrait.trait_method]
|
|
bar2 = false
|
|
|
|
[whitelist.foo2.FooTrait.trait_associate_fn]
|
|
bar2 = false
|
|
|
|
[whitelist.foo2.Foo.method]
|
|
bar2 = false
|
|
|
|
[whitelist.foo2.ObjectSafeTrait.get]
|
|
bar2 = true
|
|
|
|
[whitelist.foo2.Foo.associate_fn]
|
|
bar2 = true
|