[][src]Trait buildkit_llb::ops::SingleBorrowedOutput

pub trait SingleBorrowedOutput<'a> {
    fn output(&'a self) -> OperationOutput<'a>;
}

Required methods

fn output(&'a self) -> OperationOutput<'a>

Loading content...

Implementors

impl<'a> SingleBorrowedOutput<'a> for GitSource[src]

impl<'a> SingleBorrowedOutput<'a> for HttpSource[src]

impl<'a> SingleBorrowedOutput<'a> for ImageSource[src]

impl<'a> SingleBorrowedOutput<'a> for LocalSource[src]

Loading content...