Type Definition xrl::ServerResult [] [src]

type ServerResult<T> = Box<Future<Item = T, Error = ServerError>>;