pub trait IntoMediaStore { }Expand description
A type that can be type-erased into Arc<dyn MediaStore>.
This trait is not meant to be implemented directly outside
matrix-sdk-base, but it is automatically implemented for everything that
implements MediaStore.