Files
scryer-prolog/crates/to-syn-value/src/lib.rs
2022-01-06 22:09:36 -07:00

4 lines
74 B
Rust

pub trait ToDeriveInput {
fn to_derive_input() -> syn::DeriveInput;
}