Struct pty_shell::PtyCallbackBuilder
[−]
[src]
pub struct PtyCallbackBuilder(_);
pub struct PtyCallbackBuilder(_);
impl PtyCallbackBuilder[src]fn new() -> Selffn input<F>(self, handler: F) -> Self where F: FnMut(&[u8]) + 'staticfn output<F>(self, handler: F) -> Self where F: FnMut(&[u8]) + 'staticfn resize<F>(self, handler: F) -> Self where F: FnMut(&Winsize) + 'staticfn shutdown<F>(self, handler: F) -> Self where F: FnMut() + 'staticfn build(self) -> PtyCallbackDataimpl Debug for PtyCallbackBuilder[src]