supabase_storage/build/
base.rs

1pub trait Build {
2    type Output;
3    fn execute(self) -> Self::Output;
4}