Struct nccl::NcclError [] [src]

pub struct NcclError { /* fields omitted */ }

nccl error type.

Methods

impl NcclError
[src]

[src]

Creates a new NcclError.

Trait Implementations

impl Debug for NcclError
[src]

[src]

Formats the value using the given formatter.

impl PartialEq for NcclError
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

[src]

This method tests for !=.

impl Display for NcclError
[src]

[src]

Formats the value using the given formatter. Read more

impl Error for NcclError
[src]

[src]

A short description of the error. Read more

1.0.0
[src]

The lower-level cause of this error, if any. Read more