mirror of
https://github.com/guilhermewerner/reflection
synced 2025-06-16 21:44:19 +00:00
Test generics and other things
This commit is contained in:
5
Source/Property.rs
Normal file
5
Source/Property.rs
Normal file
@ -0,0 +1,5 @@
|
||||
use crate::{Object, Value};
|
||||
use anyhow::Result;
|
||||
use std::sync::Arc;
|
||||
|
||||
pub struct Property(Arc<dyn Fn(&Object) -> Result<Value>>);
|
Reference in New Issue
Block a user