starlark-rust icon indicating copy to clipboard operation
starlark-rust copied to clipboard

feat: expose RecordType from record_type module

Open thesayyn opened this issue 2 weeks ago • 1 comments

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>,
)

thesayyn avatar Dec 05 '25 03:12 thesayyn

@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.)

meta-codesync[bot] avatar Dec 05 '25 03:12 meta-codesync[bot]