Skip to content

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

@yancyribbens

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

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions