girt-core 2.3.0

Core modules for git-interactive-rebase-tool
Documentation
1
2
3
4
/// Function for handling
pub(crate) trait UpdateHandlerFn: Fn() + Sync + Send {}

impl<FN: Fn() + Sync + Send> UpdateHandlerFn for FN {}