Enum ketos::buffer::MoreResult [] [src]

pub enum MoreResult<T> {
    Complete(T),
    More(More),
}

Indicates whether an operation has completed or more input is required

Variants

Successful completion result

More input required

Trait Implementations

impl<T: Debug> Debug for MoreResult<T>
[src]

Formats the value using the given formatter.