Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Request: conversion from Cow #4

Open
nanoqsh opened this issue Oct 28, 2023 · 0 comments
Open

Request: conversion from Cow #4

nanoqsh opened this issue Oct 28, 2023 · 0 comments

Comments

@nanoqsh
Copy link

nanoqsh commented Oct 28, 2023

It would be cool to have these methods

impl<'a, Buf> YarnBox<'a, Buf> {
    pub fn from_cow(c: Cow<'a, Buf>) -> Self {/***/}
}

impl<'a, Buf> From<Cow<'a, Buf>> for YarnBox<'a, Buf> {/***/}

Also, can I somehow find out the type of a Yarn value: borrowed, inlined, owned?
Thanks for the great and useful library!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant