Type Definition git2::TransportMessage [] [src]

type TransportMessage<'a> = FnMut(&[u8]) -> bool + 'a;

Callback for receiving messages delivered by the transport.

The return value indicates whether the network operation should continue.