reactive_graph_utils_test/
default_from.rs

1pub trait DefaultFrom<T> {
2    fn default_from(ty: &T) -> Self;
3}