Trait tk::cmd::TtkNotebookFn
source · pub trait TtkNotebookFn {
type Output;
// Required method
fn output(self) -> Self::Output;
}pub trait TtkNotebookFn {
type Output;
// Required method
fn output(self) -> Self::Output;
}