Type Definition hotdrink_rs::planner::MethodResult[][src]

type MethodResult<T> = Result<Vec<T>, MethodFailure>;

The result of calling a method’s function.