gTickCheckerRust 0.1.2

TickChecker is a simple management tool for server cloud computing in any field to check whether the target service has survived.
1
2
3
4
use std::error::Error;

pub type CResult<T> = Result<T,Box<dyn Error + 'static>>;