Type Definition waves_rust::error::Result

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