fixup! refactor(macros/convertible_derive): Generate the `Convertible` Trait impl

This commit is contained in:
Benedikt Peetz 2024-03-24 20:09:53 +01:00
parent 25d03a3dd5
commit f0f78f7fc7
Signed by: bpeetz
GPG Key ID: A5E94010C3A642AD
2 changed files with 0 additions and 3 deletions

View File

@ -30,4 +30,3 @@ proc-macro2 = "1.0.70"
quote = "1.0.33"
syn = { version = "2.0.41", features = ["extra-traits", "full", "parsing"] }
thiserror = "1.0.51"
trixy-types-derive = {path = "./trixy-types-derive"}

View File

@ -30,8 +30,6 @@ use std::{
use super::errno;
pub use trixy_types_derive::Convertible;
/// Convert a value into a data structure that we can send directly to c.
pub trait Convertible
where