Type Definition verto::Result

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

Result type alias used in the library.

This is just shorthand for returning a Result type with a verto Error type.