starlark-rust
starlark-rust copied to clipboard
feat: expose RecordType from record_type module
This is required in order to accept arguments that are type of record.
fn task<'v>(
#[starlark(require = named, default = NoneOr::None)] binding: NoneOr<RecordType>,
)
@facebook-github-bot has imported this pull request. If you are a Meta employee, you can view this in D88451511. (Because this pull request was imported automatically, there will not be any future comments.)