Struct pyo3::exc::SyntaxError [] [src]

pub struct SyntaxError;

Methods

impl SyntaxError
[src]

[src]

[src]

Trait Implementations

impl From<SyntaxError> for PyErr
[src]

[src]

Performs the conversion.

impl<T> Into<PyResult<T>> for SyntaxError
[src]

[src]

Performs the conversion.

impl PyTypeObject for SyntaxError
[src]

[src]

Initialize type object

[src]

Retrieves the type object for this Python object type.

[src]

Create PyRawObject which can be initialized with rust value

Auto Trait Implementations

impl Send for SyntaxError

impl Sync for SyntaxError