[][src]Type Definition weasel::error::WeaselResult

type WeaselResult<T, R> = Result<T, WeaselErrorType<R>>;

Alias for a Result returning a WeaselError.

Trait Implementations

impl<R> DefaultOutput for WeaselResult<(), R> where
    R: BattleRules
[src]

type Error = WeaselErrorType<R>

Error type for this DefaultOutput.