Type Definition tokio_utp::Filter [] [src]

type Filter = Box<FnMut(BytesMut) -> Option<BytesMut>>;