Skip to content

implement Log on more foreign types #458

@piegamesde

Description

@piegamesde

We already have impl <T: Log> Log for Box<T>. It would be cool to have this for more types, for example Cow<'static, T: Log>, Rc etc.

I'd have to double-check, but this may even be generalizable to impl <T, R> Log for T where T: Borrow<R>, R: Log

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