Type Definition ext_php_rs::props::PropertyGetter

source ·
pub type PropertyGetter<'a, T> = Option<Box<dyn Fn(&T, &mut Zval) -> PhpResult + Send + Sync + 'a>>;