Type Alias tarantool::StdResult

source ·
pub type StdResult<T, E> = Result<T, E>;