Trait tfc::traits::FallibleContext[][src]

pub trait FallibleContext {
    type PlatformError: Error;
}

A context that can fail.

Platforms implement this trait to expose their platform-specific error type. This error type is wrapped in GenericError. An Error type alias is provided for convenience.

Associated Types

Loading content...

Implementors

impl FallibleContext for Context[src]

type PlatformError = PlatformError

Loading content...