[][src]Type Definition blaze_rs::CallResult

type CallResult = Result<(), String>;

Alias for Result<(), String>.