pub trait Filter<SendType, ReceiveType>: FnMut(ReceiveType, &mut IoWriter<SendType>) -> Option<ReceiveType> + Send + 'static { }