devela::_dep::winnow::ascii

Trait Int

pub trait Int: Sized { }
Available on crate feature dep_winnow only.
Expand description

Metadata for parsing signed integers, see dec_int

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementations on Foreign Types§

§

impl Int for i8

§

impl Int for i16

§

impl Int for i32

§

impl Int for i64

§

impl Int for i128

§

impl Int for isize

Implementors§