fixup! refactor(macros/convertible_derive): Generate the `Convertible` Trait impl
This commit is contained in:
parent
25d03a3dd5
commit
f0f78f7fc7
|
@ -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"}
|
||||
|
|
|
@ -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
|
||||
|
|
Reference in New Issue