pub type SetResult<T> = Result<T, SetError>;
Expand description

A result returned when changing a setting.