Type Definition libimaginteraction::error::Result []

type Result<T> = Result<T, InteractionError>;

Convenient wrapper around std::Result.