in fastpay/src/transport.rs [50:55]
fn handle_message<'a>(&'a mut self, buffer: &'a [u8])
-> future::BoxFuture<'a, Option<Vec<u8>>>;
}
/// The result of spawning a server is oneshot channel to kill it and a handle to track completion.
pub struct SpawnedServer {