[][src]Trait markup::Render

pub trait Render {
    fn render(&self, f: &mut Formatter) -> Result;

    fn is_none(&self) -> bool { ... }
}

Required methods

fn render(&self, f: &mut Formatter) -> Result

Loading content...

Provided methods

fn is_none(&self) -> bool

Loading content...

Implementations on Foreign Types

impl<'a, T: Render + ?Sized> Render for &'a T[src]

fn is_none(&self) -> bool[src]

impl<T: Render> Render for Option<T>[src]

impl Render for str[src]

fn is_none(&self) -> bool[src]

impl Render for String[src]

fn is_none(&self) -> bool[src]

impl Render for bool[src]

fn is_none(&self) -> bool[src]

impl Render for char[src]

fn is_none(&self) -> bool[src]

impl Render for u8[src]

fn is_none(&self) -> bool[src]

impl Render for u16[src]

fn is_none(&self) -> bool[src]

impl Render for u32[src]

fn is_none(&self) -> bool[src]

impl Render for u64[src]

fn is_none(&self) -> bool[src]

impl Render for u128[src]

fn is_none(&self) -> bool[src]

impl Render for usize[src]

fn is_none(&self) -> bool[src]

impl Render for i8[src]

fn is_none(&self) -> bool[src]

impl Render for i16[src]

fn is_none(&self) -> bool[src]

impl Render for i32[src]

fn is_none(&self) -> bool[src]

impl Render for i64[src]

fn is_none(&self) -> bool[src]

impl Render for i128[src]

fn is_none(&self) -> bool[src]

impl Render for isize[src]

fn is_none(&self) -> bool[src]

impl Render for f32[src]

fn is_none(&self) -> bool[src]

impl Render for f64[src]

fn is_none(&self) -> bool[src]

Loading content...

Implementors

Loading content...