Type Definition observatory::DerivationDynPtr[][src]

type DerivationDynPtr<T> = DerivationPtr<T, Box<dyn FnMut() -> T + 'static>>;