mirror of
https://github.com/asterinas/asterinas.git
synced 2025-06-25 10:23:23 +00:00
20 lines
312 B
TOML
20 lines
312 B
TOML
[components]
|
|
foo = { name = "foo" }
|
|
bar = { name = "bar" }
|
|
|
|
[whitelist]
|
|
[whitelist.foo.FooTrait.trait_method]
|
|
bar = false
|
|
|
|
[whitelist.foo.FooTrait.trait_associate_fn]
|
|
bar = false
|
|
|
|
[whitelist.foo.Foo.method]
|
|
bar = false
|
|
|
|
[whitelist.foo.ObjectSafeTrait.get]
|
|
bar = true
|
|
|
|
[whitelist.foo.Foo.associate_fn]
|
|
bar = true
|