Type Definition ogawa_rs::Result

source ·
pub type Result<V, E = OgawaError> = Result<V, E>;