[][src]Trait libsugar::chain_todo::Todo

pub trait Todo {
    pub fn todo(&self) -> ! { ... }
}

Chain call version of todo!()

Provided methods

pub fn todo(&self) -> ![src]

Chain call version of todo!()

Loading content...

Implementors

impl<T> Todo for T[src]

Loading content...