Skip to content

Arbitrary type with a borrow that's not &[u8] #231

Description

@yancyribbens

Hello,

Is it possible to add, or is there a workaround for creating an Arbitrary type that has a borrow that's not &'a [u8].

For example:

struct HasBorrow<'a> {
    borrow: &'a [u64],
}

Cheers

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions