Type Definition sval::Result

source ·
pub type Result<T = (), E = Error> = Result<T, E>;
Expand description

A generic streaming result.