[][src]Trait parze::pad::Padded

pub trait Padded {
    fn is_padding(&self) -> bool;
}

A trait to interpret symbols as padding.

Implement this trait for your own types to allow padding-related functionality

Required methods

fn is_padding(&self) -> bool

Loading content...

Implementations on Foreign Types

impl Padded for char[src]

impl Padded for u8[src]

Loading content...

Implementors

Loading content...