Documentation
1
2
3
use crate::model::Model;

pub trait ModelHooks: Model {}