git_treewalk_cb

Callback for the tree traversal method

extern (C) nothrow @nogc
alias git_treewalk_cb = int function
(
const(char)* root
,,
void* payload
)

Meta