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

pub struct SyntaxError;

Methods

impl SyntaxError
[src]

Trait Implementations

impl From<SyntaxError> for PyErr
[src]

Performs the conversion.

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

Performs the conversion.

impl PyTypeObject for SyntaxError
[src]

Initialize type object

Retrieves the type object for this Python object type.

Create PyRawObject which can be initialized with rust value

Auto Trait Implementations

impl Send for SyntaxError

impl Sync for SyntaxError