Type Definition wstcp::Result

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

This crate specific Result type.